|
VSF Documented
|
Go to the source code of this file.
Macros | |
| #define | vsf_systick_cfg(...) |
Variables | |
systick struct | |
| void(* | Enable )(void) |
| enable | |
| bool(* | Disable )(void) |
| disable | |
| bool(* | IsMatch )(void) |
| check whether a overflow happened | |
| u32_property_t | Counter |
| get or set the counter | |
| void(* | Reset )(void) |
| reset the counter | |
| systick_reg_t *const | RegPage |
| register page | |
| #define vsf_systick_cfg | ( | ... | ) |
systick_cfg ( ENABLE_SYSTICK | //!< enable systick immediately SYSTICK_SOURCE_SYSCLK | //!< using system clock as clock source ENABLE_SYSTICK_INTERRUPT, //!< enable exception generation (VSF_GET_MAIN_CLK() / frequency) //!< generate desired frequency );
| void(* Enable) (void) | ( | void | ) |
enable
| bool(* Disable) (void) | ( | void | ) |
disable
| bool(* IsMatch) (void) | ( | void | ) |
check whether a overflow happened
| u32_property_t Counter |
get or set the counter
| void(* Reset) (void) | ( | void | ) |
reset the counter
| systick_reg_t* const RegPage |
register page