![]() |
G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference
|
Functions | |
| __STATIC_INLINE void | DDL_USART_ConfigAsyncMode (USART_TypeDef *USARTx) |
| Perform basic configuration of USART for enabling use in Asynchronous Mode (UART). | |
| __STATIC_INLINE void | DDL_USART_ConfigSyncMode (USART_TypeDef *USARTx) |
| Perform basic configuration of USART for enabling use in Synchronous Mode. | |
| __STATIC_INLINE void | DDL_USART_ConfigLINMode (USART_TypeDef *USARTx) |
| Perform basic configuration of USART for enabling use in LIN Mode. | |
| __STATIC_INLINE void | DDL_USART_ConfigHalfDuplexMode (USART_TypeDef *USARTx) |
| Perform basic configuration of USART for enabling use in Half Duplex Mode. | |
| __STATIC_INLINE void | DDL_USART_ConfigSmartcardMode (USART_TypeDef *USARTx) |
| Perform basic configuration of USART for enabling use in Smartcard Mode. | |
| __STATIC_INLINE void | DDL_USART_ConfigIrdaMode (USART_TypeDef *USARTx) |
| Perform basic configuration of USART for enabling use in Irda Mode. | |
| __STATIC_INLINE void | DDL_USART_ConfigMultiProcessMode (USART_TypeDef *USARTx) |
| Perform basic configuration of USART for enabling use in Multi processor Mode (several USARTs connected in a network, one of the USARTs can be the master, its TX output connected to the RX inputs of the other slaves USARTs). | |
| __STATIC_INLINE void DDL_USART_ConfigAsyncMode | ( | USART_TypeDef * | USARTx | ) |
Perform basic configuration of USART for enabling use in Asynchronous Mode (UART).
| USARTx | USART Instance |
| None |
Definition at line 1512 of file g32r4xx_ddl_usart.h.
| __STATIC_INLINE void DDL_USART_ConfigHalfDuplexMode | ( | USART_TypeDef * | USARTx | ) |
Perform basic configuration of USART for enabling use in Half Duplex Mode.
| USARTx | USART Instance |
| None |
Definition at line 1610 of file g32r4xx_ddl_usart.h.
| __STATIC_INLINE void DDL_USART_ConfigIrdaMode | ( | USART_TypeDef * | USARTx | ) |
Perform basic configuration of USART for enabling use in Irda Mode.
| USARTx | USART Instance |
| None |
Definition at line 1682 of file g32r4xx_ddl_usart.h.
| __STATIC_INLINE void DDL_USART_ConfigLINMode | ( | USART_TypeDef * | USARTx | ) |
Perform basic configuration of USART for enabling use in LIN Mode.
| USARTx | USART Instance |
| None |
Definition at line 1577 of file g32r4xx_ddl_usart.h.
| __STATIC_INLINE void DDL_USART_ConfigMultiProcessMode | ( | USART_TypeDef * | USARTx | ) |
Perform basic configuration of USART for enabling use in Multi processor Mode (several USARTs connected in a network, one of the USARTs can be the master, its TX output connected to the RX inputs of the other slaves USARTs).
| USARTx | USART Instance |
| None |
Definition at line 1715 of file g32r4xx_ddl_usart.h.
| __STATIC_INLINE void DDL_USART_ConfigSmartcardMode | ( | USART_TypeDef * | USARTx | ) |
Perform basic configuration of USART for enabling use in Smartcard Mode.
| USARTx | USART Instance |
| None |
Definition at line 1645 of file g32r4xx_ddl_usart.h.
| __STATIC_INLINE void DDL_USART_ConfigSyncMode | ( | USART_TypeDef * | USARTx | ) |
Perform basic configuration of USART for enabling use in Synchronous Mode.
| USARTx | USART Instance |
| None |
Definition at line 1543 of file g32r4xx_ddl_usart.h.