Searched refs:regBitMask (Results 1 – 2 of 2) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/components/codec/wm8904/ |
| D | fsl_wm8904.c | 1301 uint8_t regAddr = 0, regBitMask = 0U, regValue = 0U; in WM8904_SetModulePower() local 1308 regBitMask = 3U; in WM8904_SetModulePower() 1313 regBitMask = 0xCU; in WM8904_SetModulePower() 1319 regBitMask = 3U; in WM8904_SetModulePower() 1325 regBitMask = 3U; in WM8904_SetModulePower() 1330 regBitMask = 3U; in WM8904_SetModulePower() 1340 error = WM8904_ModifyRegister(handle, regAddr, regBitMask, regValue); in WM8904_SetModulePower() 1359 uint16_t regLeftValue = 0U, regRightValue = 0U, regBitMask = 0U; in WM8904_SetRecord() local 1367 regBitMask = 0x3FU; in WM8904_SetRecord() 1372 regBitMask = 0x3FU; in WM8904_SetRecord() [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/components/codec/sgtl5000/ |
| D | fsl_sgtl5000.c | 640 uint16_t regValue = 0U, regBitMask = 0x40U; in SGTL_SetPlay() local 653 return SGTL_ModifyReg(handle, CHIP_ANA_CTRL, regBitMask, regValue); in SGTL_SetPlay() 658 uint16_t regValue = 0U, regBitMask = 0x4U; in SGTL_SetRecord() local 671 return SGTL_ModifyReg(handle, CHIP_ANA_CTRL, regBitMask, regValue); in SGTL_SetRecord()
|