TMPM4KxA Group Peripheral Driver User Manual
V1.0.4.0
|
This file provides API functions for UART driver. More...
Functions | |
__STATIC_INLINE int32_t | check_param_half_clock_output (uint32_t param) |
Check the Half Clock Mode Output Control's parameter. More... | |
__STATIC_INLINE int32_t | check_param_half_clock_start (uint32_t param) |
Check the Half Clock Mode Start Control's parameter. More... | |
TXZ_Result | uart_send_break (uart_t *p_obj) |
Send Break. More... | |
TXZ_Result | uart_stop_break (uart_t *p_obj) |
Stop Break. More... | |
TXZ_Result | uart_enable_half_clock (uart_t *p_obj, uint32_t start, uint32_t output) |
Enable Half Clock Mode. More... | |
TXZ_Result | uart_disable_half_clock (uart_t *p_obj) |
Disable Half Clock Mode. More... | |
TXZ_Result | uart_enable_loopback (uart_t *p_obj) |
Enable Loopback. More... | |
TXZ_Result | uart_disable_loopback (uart_t *p_obj) |
Disable Loopback. More... | |
TXZ_Result | uart_enable_wakeup (uart_t *p_obj) |
Enable Wakeup. More... | |
TXZ_Result | uart_disable_wakeup (uart_t *p_obj) |
Disable Wakeup. More... | |
Variables | |
C | |
This file provides API functions for UART driver.
Extended functionality.
DO NOT USE THIS SOFTWARE WITHOUT THE SOFTWARE LICENSE AGREEMENT.
(C)Copyright TOSHIBA MICROELECTRONICS CORPORATION 2017 All rights reserved
__STATIC_INLINE int32_t check_param_half_clock_output | ( | uint32_t | param | ) |
Check the Half Clock Mode Output Control's parameter.
param | :Half Clock Mode Output Control's parameter |
UART_PARAM_OK | :Valid |
UART_PARAM_NG | :Invalid |
__STATIC_INLINE int32_t check_param_half_clock_start | ( | uint32_t | param | ) |
Check the Half Clock Mode Start Control's parameter.
param | :Half Clock Mode Start Control's parameter |
UART_PARAM_OK | :Valid |
UART_PARAM_NG | :Invalid |