mikroSDK Reference Manual
|
SPI master HAL context structure, consisted of the following fields : More...
Data Fields | |
handle_t | handle |
hal_spi_master_config_t | config |
SPI master HAL context structure for storing driver internal state. The contents of the context structure are used by the module and must not be altered. Reading or writing data directly from a control structure by user should be avoided.
Example
handle_t hal_spi_master_t::handle |
HAL SPI Master handle.
hal_spi_master_config_t hal_spi_master_t::config |
HAL SPI configuration structure.