Searched defs:bitsPerFrame (Results 1 – 7 of 7) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/drivers/dspi/ |
| D | fsl_dspi.h | 250 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
|
| D | fsl_dspi_edma.h | 78 uint32_t bitsPerFrame; /*!< The desired number of bits per frame. */ member 113 uint32_t bitsPerFrame; /*!< The desired number of bits per frame. */ member
|
| D | fsl_dspi.c | 906 uint8_t bitsPerFrame; in DSPI_MasterTransferBlocking() local
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/lpspi/ |
| D | fsl_lpspi.h | 282 uint32_t bitsPerFrame; /*!< Bits per frame, minimum 8, maximum 4096.*/ member 312 uint32_t bitsPerFrame; /*!< Bits per frame, minimum 8, maximum 4096.*/ member
|
| D | fsl_lpspi.c | 884 uint32_t bitsPerFrame = ((base->TCR & LPSPI_TCR_FRAMESZ_MASK) >> LPSPI_TCR_FRAMESZ_SHIFT) + 1U; local
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/lpflexcomm/lpspi/ |
| D | fsl_lpspi.h | 279 uint32_t bitsPerFrame; /*!< Bits per frame, minimum 8, maximum 4096.*/ member 308 uint32_t bitsPerFrame; /*!< Bits per frame, minimum 8, maximum 4096.*/ member
|
| D | fsl_lpspi.c | 827 uint32_t bitsPerFrame = ((base->TCR & LPSPI_TCR_FRAMESZ_MASK) >> LPSPI_TCR_FRAMESZ_SHIFT) + 1U; local
|