Home
last modified time | relevance | path

Searched refs:smart_power_ctrl (Results 1 – 5 of 5) sorted by relevance

/hal_st-latest/sensor/stmemsc/lis2dux12_STdC/driver/
Dlis2dux12_reg.c2430 lis2dux12_smart_power_ctrl_t smart_power_ctrl; in lis2dux12_smart_power_set() local
2443 smart_power_ctrl.smart_power_ctrl_win = val.window; in lis2dux12_smart_power_set()
2444 smart_power_ctrl.smart_power_ctrl_dur = val.duration; in lis2dux12_smart_power_set()
2446 (uint8_t *)&smart_power_ctrl, 1); in lis2dux12_smart_power_set()
2461 lis2dux12_smart_power_ctrl_t smart_power_ctrl; in lis2dux12_smart_power_get() local
2468 (uint8_t *)&smart_power_ctrl, 1); in lis2dux12_smart_power_get()
2469 val->window = smart_power_ctrl.smart_power_ctrl_win; in lis2dux12_smart_power_get()
2470 val->duration = smart_power_ctrl.smart_power_ctrl_dur; in lis2dux12_smart_power_get()
Dlis2dux12_reg.h2041 lis2dux12_smart_power_ctrl_t smart_power_ctrl; member
/hal_st-latest/sensor/stmemsc/lis2duxs12_STdC/driver/
Dlis2duxs12_reg.c2575 lis2duxs12_smart_power_ctrl_t smart_power_ctrl; in lis2duxs12_smart_power_set() local
2588 smart_power_ctrl.smart_power_ctrl_win = val.window; in lis2duxs12_smart_power_set()
2589 smart_power_ctrl.smart_power_ctrl_dur = val.duration; in lis2duxs12_smart_power_set()
2591 (uint8_t *)&smart_power_ctrl, 1); in lis2duxs12_smart_power_set()
2606 lis2duxs12_smart_power_ctrl_t smart_power_ctrl; in lis2duxs12_smart_power_get() local
2613 (uint8_t *)&smart_power_ctrl, 1); in lis2duxs12_smart_power_get()
2614 val->window = smart_power_ctrl.smart_power_ctrl_win; in lis2duxs12_smart_power_get()
2615 val->duration = smart_power_ctrl.smart_power_ctrl_dur; in lis2duxs12_smart_power_get()
Dlis2duxs12_reg.h2062 lis2duxs12_smart_power_ctrl_t smart_power_ctrl; member
/hal_st-latest/sensor/stmemsc/st1vafe3bx_STdC/driver/
Dst1vafe3bx_reg.h1969 st1vafe3bx_smart_power_ctrl_t smart_power_ctrl; member