Searched refs:wakeup_time (Results 1 – 2 of 2) sorted by relevance
417 void pmu_wakeuptime_core1_software_enable(uint32_t wakeup_time) in pmu_wakeuptime_core1_software_enable() argument420 PMU_PAR |= (uint32_t)(wakeup_time << PAR_TWK_CORE1_OFFSET); in pmu_wakeuptime_core1_software_enable()441 void pmu_wakeuptime_sram_software_enable(uint32_t wakeup_time) in pmu_wakeuptime_sram_software_enable() argument444 PMU_PAR |= (uint32_t)(wakeup_time << PAR_TWK_SRAM1_OFFSET); in pmu_wakeuptime_sram_software_enable()465 void pmu_wakeuptime_deepsleep2_software_enable(uint32_t wakeup_time) in pmu_wakeuptime_deepsleep2_software_enable() argument468 PMU_PAR |= wakeup_time; in pmu_wakeuptime_deepsleep2_software_enable()
223 void pmu_wakeuptime_core1_software_enable(uint32_t wakeup_time);227 void pmu_wakeuptime_sram_software_enable(uint32_t wakeup_time);231 void pmu_wakeuptime_deepsleep2_software_enable(uint32_t wakeup_time);