GPS Device
Loading...
Searching...
No Matches
SYSTICK_CFG_ts Struct Reference

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

Detailed Description

Configuration structure for initializing the SysTick timer.

Definition at line 66 of file arm_cortex_m4_systick.h.

Member Data Documentation

◆ clk_source

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.

◆ interrupt

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.


The documentation for this struct was generated from the following file: