![]() |
ISF
2.2 rev 5
Intelligent Sensing Framework for Kinetis with Processor Expert
|
This structure defines the data bus handle. More...
#include <isf_spi_master_types.h>
Data Fields | |
dspi_master_state_t | master |
uint32_t | instance |
spi_master_busConfig_t | busConfig |
uint8 | id |
uint8 | busState |
This structure defines the data bus handle.
Definition at line 27 of file isf_spi_master_types.h.
spi_master_busConfig_t busConfig |
The current bus configuration.
Definition at line 31 of file isf_spi_master_types.h.
Referenced by spi_master_adapter_acquire_lock(), spi_master_adapter_configure(), spi_master_adapter_get_endpoint(), spi_master_adapter_start(), and spi_master_adapter_stop().
uint8 busState |
The bus sate.
Definition at line 33 of file isf_spi_master_types.h.
Referenced by spi_master_adapter_configure(), spi_master_adapter_get_endpoint(), spi_master_adapter_get_state(), spi_master_adapter_init(), spi_master_adapter_start(), and spi_master_adapter_stop().
uint8 id |
The unique ID associated with the bus handle.
Definition at line 32 of file isf_spi_master_types.h.
uint32_t instance |
The spi current instance.
Definition at line 30 of file isf_spi_master_types.h.
Referenced by spi_master_adapter_configure(), spi_master_adapter_init(), spi_master_adapter_start(), and spi_master_adapter_stop().
dspi_master_state_t master |
The pointer to the spi_master.
Definition at line 29 of file isf_spi_master_types.h.