|
GPS Device
|
Configuration structure for initializing the SysTick timer. More...
#include <arm_cortex_m4_systick.h>
Public Attributes | |
| SYSTICK_CLK_SOURCE_te | clk_source |
| SYSTICK_IT_te | interrupt |
Configuration structure for initializing the SysTick timer.
Definition at line 66 of file arm_cortex_m4_systick.h.
| SYSTICK_CLK_SOURCE_te SYSTICK_CFG_ts::clk_source |
Clock source for the SysTick counter.
Definition at line 68 of file arm_cortex_m4_systick.h.
| SYSTICK_IT_te SYSTICK_CFG_ts::interrupt |
Whether to generate a SysTick exception on each 1 ms wrap. Must be SYSTICK_IT_TRUE for systick_get_ms to advance.
Definition at line 74 of file arm_cortex_m4_systick.h.