Searched refs:array24 (Results 1 – 1 of 1) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/components/codec/tfa9xxx/vas_tfa_drv/ |
| D | tfa2_haptic.c | 1002 uint8_t *array24; 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() 1028 type = (((array24[0] << 16) + (array24[1] << 8) + array24[2]) << 8) >> 8; 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()
|