dRonin
adbada4
dRonin firmware
|
PIOS interface for RTC tick. More...
Files | |
file | pios_rtc.h |
RTC functions header. | |
file | pios_rtc_priv.h |
RTC private definitions. | |
Data Structures | |
struct | pios_rtc_cfg |
Functions | |
uint32_t | PIOS_RTC_Counter () |
float | PIOS_RTC_Rate () |
float | PIOS_RTC_MsPerTick () |
bool | PIOS_RTC_RegisterTickCallback (void(*fn)(uintptr_t id), uintptr_t data) |
void | PIOS_RTC_Init (const struct pios_rtc_cfg *cfg) |
void | PIOS_RTC_irq_handler (void) |
void | PIOS_RTC_Init () |
PIOS interface for RTC tick.
uint32_t PIOS_RTC_Counter | ( | ) |
void PIOS_RTC_Init | ( | ) |
void PIOS_RTC_Init | ( | const struct pios_rtc_cfg * | cfg | ) |
void PIOS_RTC_irq_handler | ( | void | ) |
float PIOS_RTC_MsPerTick | ( | ) |
Definition at line 180 of file pios_delay.c.
float PIOS_RTC_Rate | ( | ) |
Definition at line 175 of file pios_delay.c.
bool PIOS_RTC_RegisterTickCallback | ( | void(*)(uintptr_t id) | fn, |
uintptr_t | data | ||
) |
Definition at line 185 of file pios_delay.c.