![]() |
ISF
2.1
Intelligent Sensing Framework for Kinetis with Processor Expert
|
This structure defines the data bus handle. More...
#include <isf_spi_master_types.h>
Data Fields | |
spi_handle_t | spiHandle |
spi_master_busConfig_t | busConfig |
uint8 | id |
uint8 | busState |
This structure defines the data bus handle.
Definition at line 23 of file isf_spi_master_types.h.
spi_master_busConfig_t busConfig |
The current bus configuration.
Definition at line 26 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 28 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 27 of file isf_spi_master_types.h.
spi_handle_t spiHandle |
The spi current handle.
Definition at line 25 of file isf_spi_master_types.h.
Referenced by spi_master_adapter_configure(), spi_master_adapter_start(), and spi_master_adapter_stop().