Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/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-3.5.0/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-3.5.0/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.c1366 rtm->bitWidth = saiFormatMap[format - 45U].bitwidth; in SRTM_SaiSdmaAdapter_SetParam()
1371 rtm->bitWidth = saiFormatMap[format].bitwidth; in SRTM_SaiSdmaAdapter_SetParam()
Dsrtm_pdm_sdma_adapter.c983 rtm->bitWidth = saiFormatMap[format].bitwidth; in SRTM_PdmSdmaAdapter_SetParam()