Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/mcx_cmc/
Dfsl_cmc.c163 void CMC_ConfigFlashMode(CMC_Type *base, bool doze, bool disable) in CMC_ConfigFlashMode() argument
167 reg |= (disable ? CMC_FLASHCR_FLASHDIS(1U) : CMC_FLASHCR_FLASHDIS(0U)) | in CMC_ConfigFlashMode()
188 void CMC_ConfigFlashMode(CMC_Type *base, bool wake, bool doze, bool disable) in CMC_ConfigFlashMode() argument
192 reg |= (disable ? CMC_FLASHCR_FLASHDIS(1U) : CMC_FLASHCR_FLASHDIS(0U)) | in CMC_ConfigFlashMode()
Dfsl_cmc.h830 void CMC_ConfigFlashMode(CMC_Type *base, bool doze, bool disable);
845 void CMC_ConfigFlashMode(CMC_Type *base, bool wake, bool doze, bool disable);
/hal_nxp-latest/mcux/mcux-sdk/drivers/spc/
Dfsl_spc.h742 static inline void SPC_DisableActiveModeVddCoreGlitchDetect(SPC_Type *base, bool disable) in SPC_DisableActiveModeVddCoreGlitchDetect() argument
744 if (disable) in SPC_DisableActiveModeVddCoreGlitchDetect()
974 static inline void SPC_DisableLowPowerModeVddCoreGlitchDetect(SPC_Type *base, bool disable) in SPC_DisableLowPowerModeVddCoreGlitchDetect() argument
976 if (disable) in SPC_DisableLowPowerModeVddCoreGlitchDetect()
/hal_nxp-latest/mcux/mcux-sdk/drivers/cmc/
Dfsl_cmc.c200 void CMC_ConfigFlashMode(CMC_Type *base, bool wake, bool doze, bool disable) in CMC_ConfigFlashMode() argument
204 reg |= (disable ? CMC_FLASHCR_FLASHDIS(1U) : CMC_FLASHCR_FLASHDIS(0U)) | in CMC_ConfigFlashMode()
Dfsl_cmc.h819 void CMC_ConfigFlashMode(CMC_Type *base, bool wake, bool doze, bool disable);
/hal_nxp-latest/mcux/mcux-sdk/drivers/mcx_spc/
Dfsl_spc.h1000 static inline void SPC_DisableActiveModeVddCoreGlitchDetect(SPC_Type *base, bool disable) in SPC_DisableActiveModeVddCoreGlitchDetect() argument
1002 if (disable) in SPC_DisableActiveModeVddCoreGlitchDetect()
1309 static inline void SPC_DisableLowPowerModeVddCoreGlitchDetect(SPC_Type *base, bool disable) in SPC_DisableLowPowerModeVddCoreGlitchDetect() argument
1311 if (disable) in SPC_DisableLowPowerModeVddCoreGlitchDetect()
/hal_nxp-latest/mcux/mcux-sdk/drivers/ccm32k/
Dfsl_ccm32k.h314 static inline void CCM32K_Disable32kFroIFRLoad(CCM32K_Type *base, bool disable) in CCM32K_Disable32kFroIFRLoad() argument
316 if (disable) in CCM32K_Disable32kFroIFRLoad()
/hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/
Dwlan_test_mode_tests.c463 goto disable; in wlan_rf_tx_cont_mode_set()
486 disable: in wlan_rf_tx_cont_mode_set()
843 goto disable; in wlan_rf_tx_frame_set()
889 disable: in wlan_rf_tx_frame_set()
/hal_nxp-latest/mcux/mcux-sdk/drivers/sinc/
Dfsl_sinc.h952 static inline void SINC_DisableDozeMode(SINC_Type *base, bool disable) in SINC_DisableDozeMode() argument
954 if (disable) in SINC_DisableDozeMode()
998 …c inline void SINC_DisableModulatorClockOutput(SINC_Type *base, uint32_t modClkMasks, bool disable) in SINC_DisableModulatorClockOutput() argument
1000 if (disable) in SINC_DisableModulatorClockOutput()
/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/
DREADME.md90 …P_SOURCE_MANAGER** --> Allows the Power Manager to fully manage (create, disable, handle, trigger)…
262 Enable/disable power manager functions.
264 *Parameter:* enable : Used to enable/disable power manager functions.
348 enable : Used to enable/disable the selected wakeup source.
366 *Returns:* status_t The status of disable wakeup source behavior.
/hal_nxp-latest/mcux/mcux-sdk/components/codec/tfa9xxx/vas_tfa_drv/
Dtfa2_haptic.h35 int tfa2_haptic_disable_f0_trc(struct i2c_client *client, int disable);
Dtfa2_haptic.c299 int tfa2_haptic_disable_f0_trc(struct i2c_client *client, int disable) in tfa2_haptic_disable_f0_trc() argument
301 int disable_f0_trc = (disable != 0); in tfa2_haptic_disable_f0_trc()
/hal_nxp-latest/s32/
DCMakeLists.txt72 # Clock control is supported through RTD, so disable it in the MCUX drivers
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_api.c439 uint8_t disable = 0x00; in wifi_disable_bridge_mode() local
440 return wifi_bridge_mode(HostCmd_ACT_GEN_SET, &disable, NULL); in wifi_disable_bridge_mode()