Home
last modified time | relevance | path

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

/TwlSDK-5.4/build/libraries/ctrdg/ARM9/src/
Dctrdg_vib.c24 #define VIBi_FatalError(...) (void)0; macro
26 #define VIBi_FatalError(...) OS_TPanic(__VA_ARGS__) macro
160 VIBi_FatalError("pulse_vib: on_time[%d] must not be 0.\n", i); in VIB_StartPulse()
166 VIBi_FatalError("pulse_vib: on_time[%d] is over VIB_ON_TIME_MAX.\n", i); in VIB_StartPulse()
177 VIBi_FatalError("pulse_vib: off_time[%d] must not be 0.\n", i); in VIB_StartPulse()
183 VIBi_FatalError("pulse_vib: on_time[%d] is over off_time[%d].\n", i, i); in VIB_StartPulse()
190 VIBi_FatalError("pulse_vib: rest_time is less than VIB_REST_TIME_MIN.\n", i); in VIB_StartPulse()