Kamcho Library 02.00.03
lib.kamcho.02.00.03.287
|
Functions | |
RTC_Device_t * | RTC_devRequest (void) |
The instance of RTC device. More... | |
void | RTC_FE_Handler (void) |
void | RTC_RE_Handler (void) |
int32_t | RTC_devInit (RTC_Device_t *dev, uint8_t mode, uint8_t div, void *cb) |
Initialize RTC Timer. More... | |
Variables | |
RTC_State_t | RTC_State |
This file is proprietary to Indie Semiconductor. All rights reserved. Reproduction or distribution, in whole or in part, is forbidden except by express written permission of Indie Semiconductor.
int32_t RTC_devInit | ( | RTC_Device_t * | dev, |
uint8_t | mode, | ||
uint8_t | div, | ||
void * | cb | ||
) |
Initialize RTC Timer.
dev | The pointer to RTC device, |
mode | The enumeration of rtc timer mode. |
div | The enumeration of rtc clock divider. |
cb | The pointer to the call back function for rising or falling edge. |
RTC_Device_t* RTC_devRequest | ( | void | ) |
The instance of RTC device.
Request A RTC Device.
void RTC_FE_Handler | ( | void | ) |
void RTC_RE_Handler | ( | void | ) |
RTC_State_t RTC_State |