Home
last modified time | relevance | path

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

/TwlSDK-5.5/build/demos/vib/pulse_vib/src/
Dmain.c88 static VIBPulseState save_slot[SAVE_SLOT_NUM]; variable
399 MI_CpuCopyFast(backup.pulse_state, save_slot, sizeof(backup.pulse_state)); in set_pulse_state()
453 selected_state = &save_slot[line - 1]; in save_and_load_pulse_state()
493 MI_CpuCopyFast(save_slot, backup.pulse_state, sizeof(backup.pulse_state)); in save_and_load_pulse_state()
725 MI_CpuClearFast(save_slot, sizeof(save_slot)); in set_first_state()
729 save_slot[i].pulse_num = VIB_PULSE_NUM_MAX; in set_first_state()
730 save_slot[i].rest_time = 100; in set_first_state()
731 save_slot[i].repeat_num = 0; in set_first_state()
733 save_slot[i].on_time[0] = 10; in set_first_state()
734 save_slot[i].on_time[1] = 10; in set_first_state()
[all …]