![]() |
G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference
|
Macros | |
| #define | IS_DDL_SPI_TRANSFER_DIRECTION(__VALUE__) |
| #define | IS_DDL_SPI_MODE(__VALUE__) |
| #define | IS_DDL_SPI_DATAWIDTH(__VALUE__) |
| #define | IS_DDL_SPI_POLARITY(__VALUE__) |
| #define | IS_DDL_SPI_PHASE(__VALUE__) |
| #define | IS_DDL_SPI_NSS(__VALUE__) |
| #define | IS_DDL_SPI_BAUDRATE(__VALUE__) |
| #define | IS_DDL_SPI_BITORDER(__VALUE__) |
| #define | IS_DDL_SPI_CRCCALCULATION(__VALUE__) |
| #define | IS_DDL_SPI_CRC_POLYNOMIAL(__VALUE__) |
| #define IS_DDL_SPI_BAUDRATE | ( | __VALUE__ | ) |
Definition at line 105 of file g32r4xx_ddl_spi.c.
| #define IS_DDL_SPI_BITORDER | ( | __VALUE__ | ) |
Definition at line 114 of file g32r4xx_ddl_spi.c.
| #define IS_DDL_SPI_CRC_POLYNOMIAL | ( | __VALUE__ | ) |
Definition at line 120 of file g32r4xx_ddl_spi.c.
| #define IS_DDL_SPI_CRCCALCULATION | ( | __VALUE__ | ) |
Definition at line 117 of file g32r4xx_ddl_spi.c.
| #define IS_DDL_SPI_DATAWIDTH | ( | __VALUE__ | ) |
Definition at line 92 of file g32r4xx_ddl_spi.c.
| #define IS_DDL_SPI_MODE | ( | __VALUE__ | ) |
Definition at line 89 of file g32r4xx_ddl_spi.c.
| #define IS_DDL_SPI_NSS | ( | __VALUE__ | ) |
Definition at line 101 of file g32r4xx_ddl_spi.c.
| #define IS_DDL_SPI_PHASE | ( | __VALUE__ | ) |
Definition at line 98 of file g32r4xx_ddl_spi.c.
| #define IS_DDL_SPI_POLARITY | ( | __VALUE__ | ) |
Definition at line 95 of file g32r4xx_ddl_spi.c.
| #define IS_DDL_SPI_TRANSFER_DIRECTION | ( | __VALUE__ | ) |
Definition at line 84 of file g32r4xx_ddl_spi.c.