![]() |
G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference
|
Functions | |
| __STATIC_INLINE void | DDL_USART_RequestBreakSending (USART_TypeDef *USARTx) |
| Request Break sending. | |
| __STATIC_INLINE void | DDL_USART_RequestEnterMuteMode (USART_TypeDef *USARTx) |
| Put USART in Mute mode. | |
| __STATIC_INLINE void | DDL_USART_RequestExitMuteMode (USART_TypeDef *USARTx) |
| Put USART in Active mode. | |
| __STATIC_INLINE void DDL_USART_RequestBreakSending | ( | USART_TypeDef * | USARTx | ) |
Request Break sending.
| USARTx | USART Instance |
| None |
Definition at line 2401 of file g32r4xx_ddl_usart.h.
| __STATIC_INLINE void DDL_USART_RequestEnterMuteMode | ( | USART_TypeDef * | USARTx | ) |
Put USART in Mute mode.
| USARTx | USART Instance |
| None |
Definition at line 2411 of file g32r4xx_ddl_usart.h.
| __STATIC_INLINE void DDL_USART_RequestExitMuteMode | ( | USART_TypeDef * | USARTx | ) |
Put USART in Active mode.
| USARTx | USART Instance |
| None |
Definition at line 2421 of file g32r4xx_ddl_usart.h.