Lines Matching refs:enable
831 bool enable; member
862 bool enable; /**< Enable backup power domain. */ member
1064 bool enable; /**< Enable VMON channel. */ member
1086 bool enable; /**< Enable VMON channel. */ member
1132 void EMU_PeripheralRetention(EMU_PeripheralRetention_TypeDef periMask, bool enable);
1166 void EMU_BUBuVinProbeEnSet(bool enable);
1169 void EMU_BUStatEnSet(bool enable);
1172 void EMU_BUEnableSet(bool enable);
1192 void EMU_BoostExternalShutdownEnable(bool enable);
1224 void EMU_VmonEnable(EMU_VmonChannel_TypeDef channel, bool enable);
1234 void EMU_EFPDirectModeEnable(bool enable);
1237 void EMU_EFPDriveDecoupleSet(bool enable);
1240 void EMU_EFPDriveDvddSet(bool enable);
1580 __STATIC_INLINE void EMU_EM4Lock(bool enable) in EMU_EM4Lock() argument
1582 BUS_RegBitWrite(&(EMU->EM4CONF), _EMU_EM4CONF_LOCKCONF_SHIFT, enable); in EMU_EM4Lock()
1605 __STATIC_INLINE void EMU_BUPinEnable(bool enable) in EMU_BUPinEnable() argument
1607 BUS_RegBitWrite(&(EMU->ROUTE), _EMU_ROUTE_BUVINPEN_SHIFT, enable); in EMU_BUPinEnable()