Home
last modified time | relevance | path

Searched refs:bitwidth (Results 1 – 7 of 7) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/devices/MKE06Z4/drivers/
Dfsl_port.c68 …uint32_t bitwidth = ((uint32_t)module >> PORT_MODULEPS_BITWIDTH_OFFSET) & PORT_MODULEPS_BITWIDTH_M… in PORT_SetPinSelect() local
75 pinSelReg = SIM->PINSEL0 & ~ (uint32_t)(((1UL << bitwidth) - 1U) << shift); in PORT_SetPinSelect()
80 pinSelReg = SIM->PINSEL1 & ~ (uint32_t)(((1UL << bitwidth) - 1U) << shift); in PORT_SetPinSelect()
/hal_nxp-latest/mcux/mcux-sdk/devices/MKE04Z1284/drivers/
Dfsl_port.c68 …uint32_t bitwidth = ((uint32_t)module >> PORT_MODULEPS_BITWIDTH_OFFSET) & PORT_MODULEPS_BITWIDTH_M… in PORT_SetPinSelect() local
75 pinSelReg = SIM->PINSEL0 & ~ (((1UL << bitwidth) - 1U) << shift); in PORT_SetPinSelect()
80 pinSelReg = SIM->PINSEL1 & ~ (((1UL << bitwidth) - 1U) << shift); in PORT_SetPinSelect()
/hal_nxp-latest/mcux/mcux-sdk/components/srtm/services/
Dsrtm_i2c_codec_adapter.c72 bitWidth = saiFormatMap[format - 45U].bitwidth; in SRTM_I2CCodecAdapter_SetParam()
76 bitWidth = saiFormatMap[format].bitwidth; in SRTM_I2CCodecAdapter_SetParam()
Dsrtm_audio_service.h64 uint8_t bitwidth; member
Dsrtm_sai_sdma_adapter.c1370 rtm->bitWidth = saiFormatMap[format - 45U].bitwidth; in SRTM_SaiSdmaAdapter_SetParam()
1375 rtm->bitWidth = saiFormatMap[format].bitwidth; in SRTM_SaiSdmaAdapter_SetParam()
Dsrtm_pdm_edma_adapter.c1093 rtm->bitWidth = saiFormatMap[format].bitwidth; in SRTM_PdmEdmaAdapter_SetParam()
Dsrtm_pdm_sdma_adapter.c976 rtm->bitWidth = saiFormatMap[format].bitwidth; in SRTM_PdmSdmaAdapter_SetParam()