![]() |
![]() |
|
MSPM0C1105_C1106 Driver Library
2.05.00.05
|
System Tick Timer (SysTick) Driver Library.
#include <stdbool.h>#include <stdint.h>#include <ti/devices/msp/msp.h>
Go to the source code of this file.
Macros | |
| #define | DL_SYSTICK_config(x) SysTick_Config(x) |
| Redirects DL_SYSTICK_config to CMSIS standard SysTick_Config. | |
Functions | |
| __STATIC_INLINE void | DL_SYSTICK_init (uint32_t period) |
| Initializes the System Tick Timer (SysTick) More... | |
| __STATIC_INLINE void | DL_SYSTICK_setPeriod (uint32_t period) |
| Set the period for the SysTick. More... | |
| __STATIC_INLINE void | DL_SYSTICK_resetValue (void) |
| Reset the current value of the SysTick. More... | |
| __STATIC_INLINE uint32_t | DL_SYSTICK_getPeriod (void) |
| Get the period for the SysTick. More... | |
| __STATIC_INLINE uint32_t | DL_SYSTICK_getValue (void) |
| Get the current value of SysTick counter. More... | |
| __STATIC_INLINE void | DL_SYSTICK_enableInterrupt (void) |
| Enable the SysTick interrupt. | |
| __STATIC_INLINE void | DL_SYSTICK_disableInterrupt (void) |
| Disable the SysTick interrupt. | |
| __STATIC_INLINE void | DL_SYSTICK_enable (void) |
| Enable the SysTick, starts counting once enabled. More... | |
| __STATIC_INLINE void | DL_SYSTICK_disable (void) |
| Disable the SysTick, stops counting once disabled. | |
| __STATIC_INLINE bool | DL_SYSTICK_isEnabled (void) |
| Checks if the SysTick is enabled. More... | |