Searched defs:bitsPerFrame (Results 1 – 8 of 8) sorted by relevance
/hal_nxp-2.7.6/mcux/drivers/kinetis/ |
D | fsl_lpspi.c | 725 bool LPSPI_CheckTransferArgument(lpspi_transfer_t *transfer, uint32_t bitsPerFrame, uint32_t bytesP… in LPSPI_CheckTransferArgument() 795 uint32_t bitsPerFrame = ((base->TCR & LPSPI_TCR_FRAMESZ_MASK) >> LPSPI_TCR_FRAMESZ_SHIFT) + 1U; in LPSPI_MasterTransferBlocking() local 1041 uint32_t bitsPerFrame = ((base->TCR & LPSPI_TCR_FRAMESZ_MASK) >> LPSPI_TCR_FRAMESZ_SHIFT) + 1U; in LPSPI_MasterTransferNonBlocking() local 1511 uint32_t bitsPerFrame = ((base->TCR & LPSPI_TCR_FRAMESZ_MASK) >> LPSPI_TCR_FRAMESZ_SHIFT) + 1U; in LPSPI_SlaveTransferNonBlocking() local
|
D | fsl_dspi.h | 236 uint32_t bitsPerFrame; /*!< Bits per frame, minimum 4, maximum 16.*/ member 275 uint32_t bitsPerFrame; /*!< Bits per frame, minimum 4, maximum 16.*/ member 361 uint32_t bitsPerFrame; /*!< The desired number of bits per frame. */ member 386 uint32_t bitsPerFrame; /*!< The desired number of bits per frame. */ member
|
D | fsl_dspi_edma.h | 74 uint32_t bitsPerFrame; /*!< The desired number of bits per frame. */ member 108 uint32_t bitsPerFrame; /*!< The desired number of bits per frame. */ member
|
D | fsl_lpspi_edma.c | 197 uint32_t bitsPerFrame = ((base->TCR & LPSPI_TCR_FRAMESZ_MASK) >> LPSPI_TCR_FRAMESZ_SHIFT) + 1U; in LPSPI_MasterTransferEDMA() local 727 uint32_t bitsPerFrame = ((base->TCR & LPSPI_TCR_FRAMESZ_MASK) >> LPSPI_TCR_FRAMESZ_SHIFT) + 1U; in LPSPI_SlaveTransferEDMA() local
|
D | fsl_lpspi.h | 264 uint32_t bitsPerFrame; /*!< Bits per frame, minimum 8, maximum 4096.*/ member 289 uint32_t bitsPerFrame; /*!< Bits per frame, minimum 8, maximum 4096.*/ member
|
D | fsl_dspi.c | 892 uint8_t bitsPerFrame; in DSPI_MasterTransferBlocking() local
|
/hal_nxp-2.7.6/mcux/drivers/imx/ |
D | fsl_lpspi.h | 264 uint32_t bitsPerFrame; /*!< Bits per frame, minimum 8, maximum 4096.*/ member 289 uint32_t bitsPerFrame; /*!< Bits per frame, minimum 8, maximum 4096.*/ member
|
D | fsl_lpspi.c | 736 uint32_t bitsPerFrame = ((base->TCR & LPSPI_TCR_FRAMESZ_MASK) >> LPSPI_TCR_FRAMESZ_SHIFT) + 1U; in LPSPI_CheckTransferArgument() local
|