PHiLIP
spi.h File Reference

Controls the spi peripheral. More...

Go to the source code of this file.

Macros

#define SPI_NO_DATA_BYTE   0xFE
 SPI data not available byte.
 

Functions

void init_dut_spi (map_t *reg)
 Initializes spi registers. More...
 
error_t commit_dut_spi ()
 Commits the spi registers and executes operations. More...
 
void update_dut_spi_inputs ()
 Updates the spi input levels.
 
void init_dut_spi_msp ()
 Only for use with the STM32xxxx_HAL_Driver.
 
void deinit_dut_spi_msp ()
 Only for use with the STM32xxxx_HAL_Driver.
 
void GPIO_NSS_INT ()
 Interrupt callback for the spi line raise or lower. More...
 

Detailed Description

Controls the spi peripheral.

Author
Kevin Weiss
Date
13.02.2019