Home
last modified time | relevance | path

Searched refs:FW_XMEM_CMDOBJSEL0 (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/codec/tfa9xxx/vas_tfa_drv/
Dtfa_haptic_fw_defs.h23 #define FW_XMEM_CMDOBJSEL0 4102 /* pObjState */ macro
24 #define FW_XMEM_CMDOBJSEL1 (FW_XMEM_CMDOBJSEL0 + FW_XMEM_OBJECTSTATESIZE)
25 #define FW_XMEM_SAMPCNT0 (FW_XMEM_CMDOBJSEL0 + 2) /* ->timeCnt */
Dtfa2_haptic.c106 int cmdobjsel = FW_XMEM_CMDOBJSEL0; in tfa2_haptic_start_object()
175 int cmdobjsel = FW_XMEM_CMDOBJSEL0; in tfa2_haptic_stop()
307 …return tfa2_i2c_write_cf_mem32(client, FW_XMEM_CMDOBJSEL0, (int32_t *)&objnr, 1, TFA2_CF_MEM_XMEM); in tfa2_haptic_obj0_set()
444 tfa2_i2c_read_cf_mem32(tfa->i2c, FW_XMEM_CMDOBJSEL0, &recalc_obj, 1, TFA2_CF_MEM_XMEM); in tfa2_hap_recalc()