Home
last modified time | relevance | path

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

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_lpspi.h718 static inline bool LPSPI_IsMaster(LPSPI_Type *base) in LPSPI_IsMaster() function
Dfsl_lpspi.c345 if ((!LPSPI_IsMaster(base)) || (base->CR & LPSPI_CR_MEN_MASK)) in LPSPI_MasterSetBaudRate()
1657 if (LPSPI_IsMaster(base)) in LPSPI_CommonIRQHandler()