|
caffeine-hal 0.6.6
A Header-Defined Interface c library, it provides the hal layer for the Caffeine framework
|
SPI hardware physical mapping. More...
#include <cfn_hal_spi.h>
Data Fields | |
| void * | instance |
| cfn_hal_gpio_pin_handle_t * | mosi |
| cfn_hal_gpio_pin_handle_t * | miso |
| cfn_hal_gpio_pin_handle_t * | sck |
| void * | user_data |
SPI hardware physical mapping.
| void* cfn_hal_spi_phy_t::instance |
Peripheral base instance
| cfn_hal_gpio_pin_handle_t* cfn_hal_spi_phy_t::miso |
MISO pin driver mapping
| cfn_hal_gpio_pin_handle_t* cfn_hal_spi_phy_t::mosi |
MOSI pin driver mapping
| cfn_hal_gpio_pin_handle_t* cfn_hal_spi_phy_t::sck |
SCK pin driver mapping
| void* cfn_hal_spi_phy_t::user_data |
Peripheral instance user argument