Home
last modified time | relevance | path

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

/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32l23x/standard_peripheral/source/
Dgd32l23x_pmu.c407 PMU_PAR &= ~PMU_PAR_TSW_IRC16MCNT; in pmu_deepsleep_wait_time_config()
408 PMU_PAR |= (uint32_t)(wait_time << PAR_TSW_IRC16MCNT_OFFSET); in pmu_deepsleep_wait_time_config()
419 PMU_PAR &= ~PMU_PAR_TWK_CORE1; in pmu_wakeuptime_core1_software_enable()
420 PMU_PAR |= (uint32_t)(wakeup_time << PAR_TWK_CORE1_OFFSET); in pmu_wakeuptime_core1_software_enable()
421 PMU_PAR |= PMU_PAR_TWKCORE1EN; in pmu_wakeuptime_core1_software_enable()
432 PMU_PAR &= ~PMU_PAR_TWKCORE1EN; in pmu_wakeuptime_core1_software_disable()
443 PMU_PAR &= ~PMU_PAR_TWK_SRAM1; in pmu_wakeuptime_sram_software_enable()
444 PMU_PAR |= (uint32_t)(wakeup_time << PAR_TWK_SRAM1_OFFSET); in pmu_wakeuptime_sram_software_enable()
445 PMU_PAR |= PMU_PAR_TWKSRAM1EN; in pmu_wakeuptime_sram_software_enable()
456 PMU_PAR &= ~PMU_PAR_TWKSRAM1EN; in pmu_wakeuptime_sram_software_disable()
[all …]
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32l23x/standard_peripheral/include/
Dgd32l23x_pmu.h48 #define PMU_PAR REG32((PMU) + 0x00000010U) /*!< PMU parameter regi… macro