Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/pmu/
Dfsl_pmu.h628 static inline void PMU_GatePower(PMU_Type *base, uint32_t gates) in PMU_GatePower() argument
630 base->LOWPWR_CTRL_SET = gates; in PMU_GatePower()
639 static inline void PMU_UngatePower(PMU_Type *base, uint32_t gates) in PMU_UngatePower() argument
641 base->LOWPWR_CTRL_CLR = gates; in PMU_UngatePower()