Cascoda SDK
Cascoda SDK for building software to run with CA-821x transceivers
|
SPI master HAL context structure, consisted of the following fields : More...
#include <baremetal/mikrosdk-lib/hal/include/hal_spi_master.h>
Public Attributes | |
handle_t | handle |
HAL SPI Master handle. More... | |
hal_spi_master_config_t | config |
HAL SPI configuration structure. More... | |
SPI master HAL context structure, consisted of the following fields :
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
hal_spi_master_config_t hal_spi_master_t::config |
HAL SPI configuration structure.
handle_t hal_spi_master_t::handle |
HAL SPI Master handle.