Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32l23x/standard_peripheral/source/
Dgd32l23x_pmu.c417 void pmu_wakeuptime_core1_software_enable(uint32_t wakeup_time) in pmu_wakeuptime_core1_software_enable() argument
420 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() argument
444 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() argument
468 PMU_PAR |= wakeup_time; in pmu_wakeuptime_deepsleep2_software_enable()
/hal_gigadevice-latest/gd32l23x/standard_peripheral/include/
Dgd32l23x_pmu.h223 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);