···1717goes away without deactivating the timer, the hardware will be left in that1818state permanently.19192020-As a specific example of this use-case, let's look at vibrate feature on2121-phones. Vibrate function on phones is implemented using PWM pins on SoC or2222-PMIC. There is a need to activate one shot timer to control the vibrate2323-feature, to prevent user space crashes leaving the phone in vibrate mode2424-permanently causing the battery to drain.2525-2620Transient trigger addresses the need for one shot timer activation. The2721transient trigger can be enabled and disabled just like the other leds2822triggers.···153159154160This trigger is intended to be used for the following example use cases:155161156156- - Control of vibrate (phones, tablets etc.) hardware by user space app.157162 - Use of LED by user space app as activity indicator.158163 - Use of LED by user space app as a kind of watchdog indicator -- as159164 long as the app is alive, it can keep the LED illuminated, if it dies