Searched refs:TFA9896_SetBits (Results 1 – 3 of 3) sorted by relevance
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/tfa9896/ |
D | fsl_tfa9896.c | 47 error = TFA9896_SetBits(handle, TFA1_BF_I2CR, 1); in TFA9896_Init() 53 error = TFA9896_SetBits(handle, TFA1_BF_RST, 1); in TFA9896_Init() 102 error = TFA9896_SetBits(handle, TFA1_BF_AUDFS, 8); in TFA9896_Init() 108 error = TFA9896_SetBits(handle, TFA1_BF_TDMSAMSZ, 15); in TFA9896_Init() 114 error = TFA9896_SetBits(handle, TFA1_BF_NBCK, 0); in TFA9896_Init() 122 error = TFA9896_SetBits(handle, TFA1_BF_CHS12, 1); in TFA9896_Init() 130 error = TFA9896_SetBits(handle, TFA1_BF_CHS12, 2); in TFA9896_Init() 137 error = TFA9896_SetBits(handle, TFA1_BF_IPLL, 0); in TFA9896_Init() 138 error = TFA9896_SetBits(handle, TFA1_BF_CLIP, 1); in TFA9896_Init() 144 error = TFA9896_SetBits(handle, TFA1_BF_ATTEN, 5); in TFA9896_Init() [all …]
|
D | fsl_hal_registers.c | 126 status_t TFA9896_SetBits(tfa9896_handle_t *handle, const uint16_t bf, const uint16_t value) in TFA9896_SetBits() function 556 TFA9896_SetBits(handle, TFA1_BF_RST, 1); in TFA9896_DSPWriteTables() 558 TFA9896_SetBits(handle, TFA1_BF_RST, 0); in TFA9896_DSPWriteTables() 1314 TFA9896_SetBits(handle, TFA1_BF_DMEM, (uint16_t)memtype); in TFA9896_DSP_Write_Mem_Word() 1430 err = TFA9896_SetBits(handle, TFA1_BF_CIMTP, 0x01); in TFA9896_SetOneTimeCalibration() 1522 err = TFA9896_SetBits(handle, TFA1_BF_CIMTP, 0x01); in TFA9896_SetFactoryValues() 1596 err = TFA9896_SetBits(handle, TFA1_BF_CIMTP, 0x01); in TFA9896_ClearOneTimeCalibration()
|
D | fsl_tfa9896.h | 380 status_t TFA9896_SetBits(tfa9896_handle_t *handle, const uint16_t bf, const uint16_t value);
|