Searched refs:position (Results 1 – 5 of 5) sorted by relevance
/hal_nxp-2.7.6/mcux/drivers/imxrt6xx/ |
D | fsl_i2s.c | 220 config->position = 0U; in I2S_TxGetDefaultConfig() 274 config->position = 0U; in I2S_RxGetDefaultConfig() 323 cfg2 |= I2S_CFG2_POSITION(config->position); in I2S_Config() 484 …id I2S_EnableSecondaryChannel(I2S_Type *base, uint32_t channel, bool oneChannel, uint32_t position) in I2S_EnableSecondaryChannel() argument 498 pcfg2 |= I2S_CFG2_POSITION(position); in I2S_EnableSecondaryChannel()
|
D | fsl_i2s.h | 105 uint16_t position; /*!< Data position in the frame */ member 410 …d I2S_EnableSecondaryChannel(I2S_Type *base, uint32_t channel, bool oneChannel, uint32_t position);
|
/hal_nxp-2.7.6/mcux/drivers/lpc/ |
D | fsl_i2s.c | 220 config->position = 0U; in I2S_TxGetDefaultConfig() 274 config->position = 0U; in I2S_RxGetDefaultConfig() 323 cfg2 |= I2S_CFG2_POSITION(config->position); in I2S_Config() 484 …id I2S_EnableSecondaryChannel(I2S_Type *base, uint32_t channel, bool oneChannel, uint32_t position) in I2S_EnableSecondaryChannel() argument 498 pcfg2 |= I2S_CFG2_POSITION(position); in I2S_EnableSecondaryChannel()
|
D | fsl_i2s.h | 105 uint16_t position; /*!< Data position in the frame */ member 410 …d I2S_EnableSecondaryChannel(I2S_Type *base, uint32_t channel, bool oneChannel, uint32_t position);
|
/hal_nxp-2.7.6/mcux/drivers/imx/ |
D | fsl_pxp.h | 1008 pxp_rotate_position_t position, in PXP_SetRotateConfig() argument 1015 …PXP_CTRL_ROTATE(degree) | PXP_CTRL_ROT_POS(position) | ((uint32_t)flipMode << PXP_CTRL_HFLIP_SHIFT… in PXP_SetRotateConfig() 1019 if (kPXP_RotateOutputBuffer == position) in PXP_SetRotateConfig()
|