![]() |
ISF
2.2 rev 5
Intelligent Sensing Framework for Kinetis with Processor Expert
|
#include <isf_spi_master_types.h>
Data Fields | |
isf_duration_t | timeout |
dspi_device_t | device |
dspi_master_user_config_t | userConfig |
Definition at line 20 of file isf_spi_master_types.h.
dspi_device_t device |
The configuration information.
Definition at line 22 of file isf_spi_master_types.h.
Referenced by spi_master_adapter_configure().
isf_duration_t timeout |
The bus timeout value to use.
Definition at line 21 of file isf_spi_master_types.h.
Referenced by spi_master_adapter_acquire_lock(), spi_master_adapter_get_endpoint(), spi_master_adapter_start(), and spi_master_adapter_stop().
dspi_master_user_config_t userConfig |
The user configuration information.
Definition at line 23 of file isf_spi_master_types.h.