Mistake on this page?
Report an issue in GitHub or email us
Data Structures | Typedefs | Enumerations
PAL_SPI

Data Structures

struct  PalSpiConfig_t
 Peripheral configuration. More...
 

Typedefs

typedef void(* PalSpiCompCback) (void)
 Data exchange completion callback. More...
 

Enumerations

Detailed Description

Typedef Documentation

typedef void(* PalSpiCompCback) (void)

Data exchange completion callback.

Definition at line 47 of file pal_spi.h.

Enumeration Type Documentation

Signaling mode.

Enumerator
PAL_SPI_MODE_SLAVE 

Slave mode.

PAL_SPI_MODE_MASTER 

Master mode.

Definition at line 40 of file pal_spi.h.

Operational states.

Enumerator
PAL_SPI_STATE_UNINIT 

Uninitialized state.

PAL_SPI_STATE_ERROR 

Error state.

PAL_SPI_STATE_READY 

Ready state.

PAL_SPI_STATE_BUSY 

Data exchange in progress.

Definition at line 58 of file pal_spi.h.

Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.