Home
last modified time | relevance | path

Searched refs:SPI_C1_MSTR_MASK (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-2.7.6/mcux/drivers/kinetis/
Dfsl_spi.c287 if (base->C1 & SPI_C1_MSTR_MASK) in SPI_SendTransfer()
1019 if (base->C1 & SPI_C1_MSTR_MASK) in SPI_CommonIRQHandler()
/hal_nxp-2.7.6/mcux/devices/MKL25Z4/
DMKL25Z4.h4065 #define SPI_C1_MSTR_MASK (0x10U) macro
4067 …(x) (((uint8_t)(((uint8_t)(x)) << SPI_C1_MSTR_SHIFT)) & SPI_C1_MSTR_MASK)