Home
last modified time | relevance | path

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

/hal_nxp-2.7.6/mcux/drivers/imxrt6xx/
Dfsl_i2s.c220 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()
Dfsl_i2s.h105 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/
Dfsl_i2s.c220 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()
Dfsl_i2s.h105 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/
Dfsl_pxp.h1008 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()