Home
last modified time | relevance | path

Searched refs:PMU_CTL0_LVDEN (Results 1 – 4 of 4) sorted by relevance

/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32l23x/standard_peripheral/source/
Dgd32l23x_pmu.c73 PMU_CTL0 &= ~PMU_CTL0_LVDEN; in pmu_lvd_select()
79 PMU_CTL0 |= PMU_CTL0_LVDEN; in pmu_lvd_select()
90 PMU_CTL0 &= ~PMU_CTL0_LVDEN; in pmu_lvd_disable()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32e50x/standard_peripheral/source/
Dgd32e50x_pmu.c71 PMU_CTL0 &= ~PMU_CTL0_LVDEN; in pmu_lvd_select()
77 PMU_CTL0 |= PMU_CTL0_LVDEN; in pmu_lvd_select()
89 PMU_CTL0 &= ~PMU_CTL0_LVDEN; in pmu_lvd_disable()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32e50x/standard_peripheral/include/
Dgd32e50x_pmu.h57 #define PMU_CTL0_LVDEN BIT(4) /*!< low voltage detector enab… macro
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32l23x/standard_peripheral/include/
Dgd32l23x_pmu.h55 #define PMU_CTL0_LVDEN BIT(4) /*!< low voltage detect… macro