Home
last modified time | relevance | path

Searched defs:bitsPerFrame (Results 1 – 7 of 7) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/dspi/
Dfsl_dspi.h250 uint32_t bitsPerFrame; /*!< Bits per frame, minimum 4, maximum 16.*/ member
290 uint32_t bitsPerFrame; /*!< Bits per frame, minimum 4, maximum 16.*/ member
384 uint32_t bitsPerFrame; /*!< The desired number of bits per frame. */ member
410 uint32_t bitsPerFrame; /*!< The desired number of bits per frame. */ member
Dfsl_dspi_edma.h78 uint32_t bitsPerFrame; /*!< The desired number of bits per frame. */ member
113 uint32_t bitsPerFrame; /*!< The desired number of bits per frame. */ member
Dfsl_dspi.c906 uint8_t bitsPerFrame; in DSPI_MasterTransferBlocking() local
/hal_nxp-latest/mcux/mcux-sdk/drivers/lpspi/
Dfsl_lpspi.h282 uint32_t bitsPerFrame; /*!< Bits per frame, minimum 8, maximum 4096.*/ member
312 uint32_t bitsPerFrame; /*!< Bits per frame, minimum 8, maximum 4096.*/ member
Dfsl_lpspi.c884 uint32_t bitsPerFrame = ((base->TCR & LPSPI_TCR_FRAMESZ_MASK) >> LPSPI_TCR_FRAMESZ_SHIFT) + 1U; local
/hal_nxp-latest/mcux/mcux-sdk/drivers/lpflexcomm/lpspi/
Dfsl_lpspi.h279 uint32_t bitsPerFrame; /*!< Bits per frame, minimum 8, maximum 4096.*/ member
308 uint32_t bitsPerFrame; /*!< Bits per frame, minimum 8, maximum 4096.*/ member
Dfsl_lpspi.c827 uint32_t bitsPerFrame = ((base->TCR & LPSPI_TCR_FRAMESZ_MASK) >> LPSPI_TCR_FRAMESZ_SHIFT) + 1U; local