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

SPI Master level handle. More...

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

Public Attributes

handle_thal_spi_master_handle
 SPI Master HAL level handle. More...
 
handle_tdrv_spi_master_handle
 SPI Master DRV level handle. More...
 
bool init_state
 SPI Master HAL object init state. More...
 

Detailed Description

SPI Master level handle.

The context for storing HAL level object handler. Contains specific hardware module handle and said module init state.

Warning
User is not to change these values or unexpected behaviour may occur.

Member Data Documentation

◆ drv_spi_master_handle

handle_t* hal_spi_master_handle_register_t::drv_spi_master_handle

SPI Master DRV level handle.

◆ hal_spi_master_handle

handle_t* hal_spi_master_handle_register_t::hal_spi_master_handle

SPI Master HAL level handle.

◆ init_state

bool hal_spi_master_handle_register_t::init_state

SPI Master HAL object init state.


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