Power Management

Download the inPulse SDK
/**
 * Sets a timer for processor to enter low power mode
 *
 * Note: the function main_app_handle_doz() is called before entering low
 *       power mode so that your app is aware that the even is about to occur
 *
 *       Also see pulse_set_bluetooth_sniff() for more power management control
 *
 * Simulator status: Not yet implemented
 *
 * @param schedule_sleep_in_x_ms When to power down CPU in ms
 *
 */

void pulse_update_power_down_timer(uint32_t schedule_sleep_in_x_ms);