#include "device_registers.h"
Go to the source code of this file.
Data Structures | |
struct | spi_instance_t |
Structure storing PAL instance information. More... | |
Enumerations | |
enum | spi_inst_type_t { SPI_INST_TYPE_LPSPI = 0u, SPI_INST_TYPE_FLEXIO = 1u } |
Enumeration with the types of peripherals supported by SPI PAL. More... | |
enum spi_inst_type_t |
Enumeration with the types of peripherals supported by SPI PAL.
This enumeration contains the types of peripherals supported by SPI PAL. Implements : spi_inst_type_t_Class
Enumerator | |
---|---|
SPI_INST_TYPE_LPSPI | |
SPI_INST_TYPE_FLEXIO |
Definition at line 28 of file spi_pal_mapping.h.