Searched refs:length24 (Results 1 – 1 of 1) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/components/codec/tfa9xxx/vas_tfa_drv/ |
| D | tfa2_haptic.c | 1003 int length24, length32, type; in tfa2_hap_cnt_get_sequencer() local 1022 rc = tfa2_cnt_get_cmd(cnt, devidx, seq_profidx, i, &array24, &length24); in tfa2_hap_cnt_get_sequencer() 1029 length32 = length24 + length24 / 3 - 4; in tfa2_hap_cnt_get_sequencer() 1037 tfa2_24_to_32(seq->object, array24 + 3, length24 - 3); in tfa2_hap_cnt_get_sequencer() 1041 tfa2_24_to_32(seq->duration, array24 + 3, length24 - 3); in tfa2_hap_cnt_get_sequencer() 1045 tfa2_24_to_32(seq->level, array24 + 3, length24 - 3); in tfa2_hap_cnt_get_sequencer() 1049 tfa2_24_to_32(seq->freq, array24 + 3, length24 - 3); in tfa2_hap_cnt_get_sequencer()
|