Cascoda SDK
Cascoda SDK for building software to run with CA-821x transceivers
hal_spi_master_t Struct Reference

SPI master HAL context structure, consisted of the following fields : More...

#include <baremetal/mikrosdk-lib/hal/include/hal_spi_master.h>

Collaboration diagram for hal_spi_master_t:

Public Attributes

handle_t handle
 HAL SPI Master handle. More...
 
hal_spi_master_config_t config
 HAL SPI configuration structure. More...
 

Detailed Description

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 context structure.
static hal_spi_master_t hal_spi_master;
SPI master HAL context structure, consisted of the following fields :
Definition: hal_spi_master.h:145

Member Data Documentation

◆ config

hal_spi_master_config_t hal_spi_master_t::config

HAL SPI configuration structure.

◆ handle

handle_t hal_spi_master_t::handle

HAL SPI Master handle.


The documentation for this struct was generated from the following file: