Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MIMXRT1175/drivers/
Dfsl_pgmc.c447 void PGMC_PPC_ControlBySetPointMode(PGMC_PPC_Type *base, uint32_t setPointMap, bool enableStandby) in PGMC_PPC_ControlBySetPointMode() argument
453 if (enableStandby) in PGMC_PPC_ControlBySetPointMode()
Dfsl_pgmc.h666 void PGMC_PPC_ControlBySetPointMode(PGMC_PPC_Type *base, uint32_t setPointMap, bool enableStandby);
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MIMXRT1172/drivers/
Dfsl_pgmc.c447 void PGMC_PPC_ControlBySetPointMode(PGMC_PPC_Type *base, uint32_t setPointMap, bool enableStandby) in PGMC_PPC_ControlBySetPointMode() argument
453 if (enableStandby) in PGMC_PPC_ControlBySetPointMode()
Dfsl_pgmc.h666 void PGMC_PPC_ControlBySetPointMode(PGMC_PPC_Type *base, uint32_t setPointMap, bool enableStandby);
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MIMXRT1173/drivers/
Dfsl_pgmc.c447 void PGMC_PPC_ControlBySetPointMode(PGMC_PPC_Type *base, uint32_t setPointMap, bool enableStandby) in PGMC_PPC_ControlBySetPointMode() argument
453 if (enableStandby) in PGMC_PPC_ControlBySetPointMode()
Dfsl_pgmc.h666 void PGMC_PPC_ControlBySetPointMode(PGMC_PPC_Type *base, uint32_t setPointMap, bool enableStandby);
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MIMXRT1176/drivers/
Dfsl_pgmc.c447 void PGMC_PPC_ControlBySetPointMode(PGMC_PPC_Type *base, uint32_t setPointMap, bool enableStandby) in PGMC_PPC_ControlBySetPointMode() argument
453 if (enableStandby) in PGMC_PPC_ControlBySetPointMode()
Dfsl_pgmc.h666 void PGMC_PPC_ControlBySetPointMode(PGMC_PPC_Type *base, uint32_t setPointMap, bool enableStandby);
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MIMXRT1165/drivers/
Dfsl_pgmc.c447 void PGMC_PPC_ControlBySetPointMode(PGMC_PPC_Type *base, uint32_t setPointMap, bool enableStandby) in PGMC_PPC_ControlBySetPointMode() argument
453 if (enableStandby) in PGMC_PPC_ControlBySetPointMode()
Dfsl_pgmc.h666 void PGMC_PPC_ControlBySetPointMode(PGMC_PPC_Type *base, uint32_t setPointMap, bool enableStandby);
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MIMXRT1171/drivers/
Dfsl_pgmc.c447 void PGMC_PPC_ControlBySetPointMode(PGMC_PPC_Type *base, uint32_t setPointMap, bool enableStandby) in PGMC_PPC_ControlBySetPointMode() argument
453 if (enableStandby) in PGMC_PPC_ControlBySetPointMode()
Dfsl_pgmc.h666 void PGMC_PPC_ControlBySetPointMode(PGMC_PPC_Type *base, uint32_t setPointMap, bool enableStandby);
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MIMXRT1166/drivers/
Dfsl_pgmc.c447 void PGMC_PPC_ControlBySetPointMode(PGMC_PPC_Type *base, uint32_t setPointMap, bool enableStandby) in PGMC_PPC_ControlBySetPointMode() argument
453 if (enableStandby) in PGMC_PPC_ControlBySetPointMode()
Dfsl_pgmc.h666 void PGMC_PPC_ControlBySetPointMode(PGMC_PPC_Type *base, uint32_t setPointMap, bool enableStandby);
/hal_nxp-3.5.0/mcux/mcux-sdk/components/pf5020/
Dfsl_pf5020.h680 …bool enableStandby; /*!< Enable/disable the internal watchdog timer operation during sta… member
Dfsl_pf5020.c1781 … PF5020_CTRL1_WD_STBY_EN(config->enableStandby) | PF5020_CTRL1_WD_EN(config->enable)); in PF5020_WDOG_ConfigInternalTimer()