TMPM4G9
V1.0.0.0
|
Functions | |
horol_t * | horol_initialize (horol_initial_setting_t *p_param) |
Initialize. More... | |
void | horol_finalize (horol_t *p_instance) |
Finalize. More... | |
void | horol_start (horol_t *p_instance) |
Start. More... | |
void | horol_stop (horol_t *p_instance) |
Stop. More... | |
void | horol_get_current_clock (horol_t *p_instance, horol_clock_value_t *p_dst) |
Get Current Clock Information. More... | |
void | horol_irq_handler (horol_t *p_instance) |
IRQ Handler. More... | |
uint32_t | horol_make_anno_domini (uint8_t century, uint8_t year) |
Make A.D. More... | |
TXZ_Result | horol_set_alarm_clock (horol_t *p_instance, horol_clock_value_t *p_src) |
Set alarm clock. More... | |
int | main (void) |
Main Function. More... | |
void | irq_usb_uart_rx (BSPUsbUart uart) |
USB UART reception IRQ. More... | |
void | irq_usb_uart_tx (BSPUsbUart uart) |
USB UART transmit IRQ. More... | |
void | irq_usb_uart_err (BSPUsbUart uart) |
USB UART error IRQ. More... | |
void | irq_timer (BSPTimer timer) |
Timer. More... | |
void | irq_rtc (void) |
RTC IRQ. More... | |
void horol_finalize | ( | horol_t * | p_instance | ) |
Finalize.
p_instance | :Instance Source Address. |
- |
void horol_get_current_clock | ( | horol_t * | p_instance, |
horol_clock_value_t * | p_dst | ||
) |
Get Current Clock Information.
p_instance | :Instance Source Address. |
p_dst | :Current Clock Destination Address. |
- |
horol_t * horol_initialize | ( | horol_initial_setting_t * | p_param | ) |
Initialize.
p_param | :Initial Setting Information Source Address. |
(value | != NULL) :Valid value. |
void horol_irq_handler | ( | horol_t * | p_instance | ) |
IRQ Handler.
p_instance | :Instance Source Address. |
- |
uint32_t horol_make_anno_domini | ( | uint8_t | century, |
uint8_t | year | ||
) |
Make A.D.
century | :Century. |
year | :Year. |
- |
TXZ_Result horol_set_alarm_clock | ( | horol_t * | p_instance, |
horol_clock_value_t * | p_src | ||
) |
Set alarm clock.
p_instance | :Instance Source Address. |
p_src | :Current Clock Destination Address. |
TXZ_SUCCESS | :Success |
TXZ_ERROR | :Failure |
void horol_start | ( | horol_t * | p_instance | ) |
Start.
p_instance | :Instance Source Address. |
- |
void horol_stop | ( | horol_t * | p_instance | ) |
Stop.
p_instance | :Instance Source Address. |
- |
void irq_rtc | ( | void | ) |
RTC IRQ.
- |
- |
void irq_timer | ( | BSPTimer | timer | ) |
Timer.
timer | :Timer. |
- |
void irq_usb_uart_err | ( | BSPUsbUart | uart | ) |
USB UART error IRQ.
uart | :USB UART. |
- |
void irq_usb_uart_rx | ( | BSPUsbUart | uart | ) |
USB UART reception IRQ.
uart | :USB UART. |
- |
void irq_usb_uart_tx | ( | BSPUsbUart | uart | ) |
USB UART transmit IRQ.
uart | :USB UART. |
- |
int main | ( | void | ) |
Main Function.
- |
- |