|
TM STM32F4xx Libraries
v1.0.0
Libraries for STM32F4xx devices from Tilen Majerle
|
Library Typedefs. More...
Enumerations | |
| enum | TM_SPI_Mode_t { TM_SPI_Mode_0, TM_SPI_Mode_1, TM_SPI_Mode_2, TM_SPI_Mode_3 } |
| SPI modes selection. More... | |
| enum | TM_SPI_PinsPack_t { TM_SPI_PinsPack_1, TM_SPI_PinsPack_2, TM_SPI_PinsPack_3, TM_SPI_PinsPack_Custom } |
| USART PinsPack enumeration to select pins combination for USART. More... | |
| enum | TM_SPI_DataSize_t { TM_SPI_DataSize_8b, TM_SPI_DataSize_16b } |
| Daza size enumeration. More... | |
Library Typedefs.
| enum TM_SPI_DataSize_t |
| enum TM_SPI_Mode_t |
| enum TM_SPI_PinsPack_t |
USART PinsPack enumeration to select pins combination for USART.
| Enumerator | |
|---|---|
| TM_SPI_PinsPack_1 |
Select PinsPack1 from Pinout table for specific SPI |
| TM_SPI_PinsPack_2 |
Select PinsPack2 from Pinout table for specific SPI |
| TM_SPI_PinsPack_3 |
Select PinsPack3 from Pinout table for specific SPI |
| TM_SPI_PinsPack_Custom |
Select custom pins for specific SPI, callback will be called, look TM_SPI_InitCustomPinsCallback |