Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/lpspi/
Dfsl_lpspi.h894 static inline void LPSPI_SetFrameSize(LPSPI_Type *base, uint32_t frameSize) in LPSPI_SetFrameSize() argument
896 base->TCR = (base->TCR & ~LPSPI_TCR_FRAMESZ_MASK) | LPSPI_TCR_FRAMESZ(frameSize - 1U); in LPSPI_SetFrameSize()