MCCI Trusted Bootloader
Simple trusted bootloader and tools for small embedded systems
McciBootloaderPlatform_SpiInterface_t Struct Reference

SPI interface structure. More...

#include <mcci_bootloader_platform.h>

Data Fields

McciBootloaderPlatform_SpiInitFn_tpInit
 Initialize SPI.
 
McciBootloaderPlatform_SpiTransferFn_tpTransfer
 do a SPI write/read.
 

Detailed Description

SPI interface structure.

Definition at line 42 of file mcci_bootloader_platform.h.

Field Documentation

◆ pInit

McciBootloaderPlatform_SpiInitFn_t* McciBootloaderPlatform_SpiInterface_t::pInit

Initialize SPI.

Definition at line 44 of file mcci_bootloader_platform.h.

◆ pTransfer

McciBootloaderPlatform_SpiTransferFn_t* McciBootloaderPlatform_SpiInterface_t::pTransfer

do a SPI write/read.

Definition at line 45 of file mcci_bootloader_platform.h.


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