![]() |
G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference
|
Macros | |
| #define | IS_DDL_USART_BAUDRATE(__BAUDRATE__) |
| #define | IS_DDL_USART_BR_MIN(__VALUE__) |
| #define | IS_DDL_USART_DIRECTION(__VALUE__) |
| #define | IS_DDL_USART_PARITY(__VALUE__) |
| #define | IS_DDL_USART_DATAWIDTH(__VALUE__) |
| #define | IS_DDL_USART_OVERSAMPLING(__VALUE__) |
| #define | IS_DDL_USART_LASTBITCLKOUTPUT(__VALUE__) |
| #define | IS_DDL_USART_CLOCKPHASE(__VALUE__) |
| #define | IS_DDL_USART_CLOCKPOLARITY(__VALUE__) |
| #define | IS_DDL_USART_CLOCKOUTPUT(__VALUE__) |
| #define | IS_DDL_USART_STOPBITS(__VALUE__) |
| #define | IS_DDL_USART_HWCONTROL(__VALUE__) |
| #define IS_DDL_USART_BAUDRATE | ( | __BAUDRATE__ | ) |
Definition at line 84 of file g32r4xx_ddl_usart.c.
| #define IS_DDL_USART_BR_MIN | ( | __VALUE__ | ) |
Definition at line 87 of file g32r4xx_ddl_usart.c.
| #define IS_DDL_USART_CLOCKOUTPUT | ( | __VALUE__ | ) |
Definition at line 113 of file g32r4xx_ddl_usart.c.
| #define IS_DDL_USART_CLOCKPHASE | ( | __VALUE__ | ) |
Definition at line 107 of file g32r4xx_ddl_usart.c.
| #define IS_DDL_USART_CLOCKPOLARITY | ( | __VALUE__ | ) |
Definition at line 110 of file g32r4xx_ddl_usart.c.
| #define IS_DDL_USART_DATAWIDTH | ( | __VALUE__ | ) |
Definition at line 98 of file g32r4xx_ddl_usart.c.
| #define IS_DDL_USART_DIRECTION | ( | __VALUE__ | ) |
Definition at line 89 of file g32r4xx_ddl_usart.c.
| #define IS_DDL_USART_HWCONTROL | ( | __VALUE__ | ) |
Definition at line 121 of file g32r4xx_ddl_usart.c.
| #define IS_DDL_USART_LASTBITCLKOUTPUT | ( | __VALUE__ | ) |
Definition at line 104 of file g32r4xx_ddl_usart.c.
| #define IS_DDL_USART_OVERSAMPLING | ( | __VALUE__ | ) |
Definition at line 101 of file g32r4xx_ddl_usart.c.
| #define IS_DDL_USART_PARITY | ( | __VALUE__ | ) |
Definition at line 94 of file g32r4xx_ddl_usart.c.
| #define IS_DDL_USART_STOPBITS | ( | __VALUE__ | ) |
Definition at line 116 of file g32r4xx_ddl_usart.c.