Home
last modified time | relevance | path

Searched defs:num_bytes (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/tfa9896/
Dfsl_hal_registers.c147 status_t TFA9896_ReadData(tfa9896_handle_t *handle, unsigned char subaddress, int num_bytes, unsign… in TFA9896_ReadData()
169 int num_bytes, in TFA9896_WriteData()
238 status_t check_size(tfa9896_DMEM_t which_mem, int num_bytes) in check_size()
270 int num_bytes, in writeParameter()
377 int num_bytes, in TFA9896_DspSetParam()
440 void tfa9896_convert_bytes2data(int num_bytes, const unsigned char bytes[], int data[]) in tfa9896_convert_bytes2data()
845 int num_bytes; in TFA9896_DspReadMem() local
1064 …tfa9896_handle_t *handle, unsigned char module_id, unsigned char param_id, int num_bytes, unsigned… in TFA9896_DspGetParam()
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/ltc/
Dfsl_ltc.c805 static void ltc_move_block_to_ififo(LTC_Type *base, const ltc_xcm_block_t *blk, uint32_t num_bytes) in ltc_move_block_to_ififo()