|
HARMcksL: ARM HAL toolbox (yet STM32 oriented) 1.6
SMFSW collection of HAL hacks for STM32
|
Core ticks related utilities. More...
#include "sarmfsw.h"

Functions | |
| float | get_TicksPerMicrosecond (void) |
| Get number of ticks per microsecond (for reference) | |
| FctERR | init_Delay_Generator (void) |
| Delay generator initialization function. | |
| void | Delay_us (const uint32_t us) |
| Microseconds delay generator (blocking) | |
| void | Delay_ms (const uint32_t ms) |
| Milliseconds delay generator (blocking) | |
Core ticks related utilities.
DELAY_TIM_INST symbol has to be defined with proper TIM instance at project level. | void Delay_ms | ( | const uint32_t | ms | ) |
Milliseconds delay generator (blocking)
| [in] | ms | - delay (in ms) |
| void Delay_us | ( | const uint32_t | us | ) |
Microseconds delay generator (blocking)
| [in] | us | - delay (in µs) |
| float get_TicksPerMicrosecond | ( | void | ) |
Get number of ticks per microsecond (for reference)

| FctERR init_Delay_Generator | ( | void | ) |
Delay generator initialization function.
