TMPM4G9
V1.0.0.0
|
Functions | |
int | put_s_cec (const char *s) |
The character is shown to an output stream. More... | |
int | get_s_cec (char *s, uint32_t *wp) |
The string is acquired from an input stream. More... | |
int | main (void) |
Main Function. More... | |
void | irq_cec_rx (void) |
CEC Receive reception IRQ. More... | |
void | irq_cec_tx (void) |
CEC Transfer reception IRQ. 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... | |
int get_s_cec | ( | char * | s, |
uint32_t * | wp | ||
) |
The string is acquired from an input stream.
[in] | s | :Destination address. |
[in] | wp | :Destination address write pointer. |
Suceess | :Num of input data(bytes). |
Failure | :-1 |
void irq_cec_rx | ( | void | ) |
CEC Receive reception IRQ.
- |
- |
void irq_cec_tx | ( | void | ) |
CEC Transfer reception IRQ.
- |
- |
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.
- |
- |
int put_s_cec | ( | const char * | s | ) |
The character is shown to an output stream.
[in] | s | :Source address. |
Suceess | :Num of output data(bytes). |
Failure | :-1 |