app_systick.h
Go to the documentation of this file.
1
52
#ifndef _APP_SYSTICK_H_
53
#define _APP_SYSTICK_H_
54
55
#include <stdint.h>
56
57
/* Exported functions --------------------------------------------------------*/
76
void
app_systick_init
(
void
);
77
87
void
app_systick_deinit
(
void
);
88
91
#endif
92
app_systick_deinit
void app_systick_deinit(void)
This function de-Initializes common part of the HAL and stops the source of time base.
app_systick_init
void app_systick_init(void)
This function configures time base source, NVIC and Low level hardware.