![]() |
MAX32650 Peripheral Driver API
Peripheral Driver API for the MAX32650
|
Macros | |
#define | MXC_F_SPI_STAT_BUSY_POS 0 |
#define | MXC_F_SPI_STAT_BUSY ((uint32_t)(0x1UL << MXC_F_SPI_STAT_BUSY_POS)) |
#define | MXC_V_SPI_STAT_BUSY_NOTACTIVE ((uint32_t)0x0UL) |
#define | MXC_S_SPI_STAT_BUSY_NOTACTIVE (MXC_V_SPI_STAT_BUSY_NOTACTIVE << MXC_F_SPI_STAT_BUSY_POS) |
#define | MXC_V_SPI_STAT_BUSY_ACTIVE ((uint32_t)0x1UL) |
#define | MXC_S_SPI_STAT_BUSY_ACTIVE (MXC_V_SPI_STAT_BUSY_ACTIVE << MXC_F_SPI_STAT_BUSY_POS) |
SPI Status register.
#define MXC_F_SPI_STAT_BUSY ((uint32_t)(0x1UL << MXC_F_SPI_STAT_BUSY_POS)) |
STAT_BUSY Mask
#define MXC_F_SPI_STAT_BUSY_POS 0 |
STAT_BUSY Position
#define MXC_S_SPI_STAT_BUSY_ACTIVE (MXC_V_SPI_STAT_BUSY_ACTIVE << MXC_F_SPI_STAT_BUSY_POS) |
STAT_BUSY_ACTIVE Setting
#define MXC_S_SPI_STAT_BUSY_NOTACTIVE (MXC_V_SPI_STAT_BUSY_NOTACTIVE << MXC_F_SPI_STAT_BUSY_POS) |
STAT_BUSY_NOTACTIVE Setting
#define MXC_V_SPI_STAT_BUSY_ACTIVE ((uint32_t)0x1UL) |
STAT_BUSY_ACTIVE Value
#define MXC_V_SPI_STAT_BUSY_NOTACTIVE ((uint32_t)0x0UL) |
STAT_BUSY_NOTACTIVE Value