| /hal_nxp-latest/mcux/mcux-sdk/drivers/pmu/ |
| D | fsl_pmu.h | 145 static inline void PMU_1P1EnableWeakRegulator(PMU_Type *base, bool enable) in PMU_1P1EnableWeakRegulator() argument 147 if (enable) in PMU_1P1EnableWeakRegulator() 198 static inline void PMU_1P1EnablePullDown(PMU_Type *base, bool enable) in PMU_1P1EnablePullDown() argument 200 if (enable) in PMU_1P1EnablePullDown() 216 static inline void PMU_1P1EnableCurrentLimit(PMU_Type *base, bool enable) in PMU_1P1EnableCurrentLimit() argument 218 if (enable) in PMU_1P1EnableCurrentLimit() 234 static inline void PMU_1P1EnableBrownout(PMU_Type *base, bool enable) in PMU_1P1EnableBrownout() argument 236 if (enable) in PMU_1P1EnableBrownout() 252 static inline void PMU_1P1EnableOutput(PMU_Type *base, bool enable) in PMU_1P1EnableOutput() argument 254 if (enable) in PMU_1P1EnableOutput() [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/mcx_spc/ |
| D | fsl_spc.h | 325 bool enable; /*!< Low Power Request Output enable. */ member 662 static inline void SPC_EnableSRAMLdo(SPC_Type *base, bool enable) in SPC_EnableSRAMLdo() argument 664 if (enable) in SPC_EnableSRAMLdo() 720 static inline void SPC_EnableIntegratedPowerSwitchManually(SPC_Type *base, bool enable) in SPC_EnableIntegratedPowerSwitchManually() argument 722 if (enable) in SPC_EnableIntegratedPowerSwitchManually() 928 static inline void SPC_EnableActiveModeCMPBandgapBuffer(SPC_Type *base, bool enable) in SPC_EnableActiveModeCMPBandgapBuffer() argument 930 if (enable) in SPC_EnableActiveModeCMPBandgapBuffer() 1122 static inline void SPC_EnableLowPowerModeLowPowerIREF(SPC_Type *base, bool enable) in SPC_EnableLowPowerModeLowPowerIREF() argument 1124 if (enable) in SPC_EnableLowPowerModeLowPowerIREF() 1164 static inline void SPC_EnableSRAMLdOLowPowerModeIREF(SPC_Type *base, bool enable) in SPC_EnableSRAMLdOLowPowerModeIREF() argument [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/spc/ |
| D | fsl_spc.h | 234 bool enable; /*!< Low Power Request Output enable. */ member 691 static inline void SPC_EnableActiveModeCMPBandgapBuffer(SPC_Type *base, bool enable) in SPC_EnableActiveModeCMPBandgapBuffer() argument 693 if (enable) in SPC_EnableActiveModeCMPBandgapBuffer() 783 static inline void SPC_EnableLowPowerModeVDDCWellBias(SPC_Type *base, bool enable) in SPC_EnableLowPowerModeVDDCWellBias() argument 785 if (enable) in SPC_EnableLowPowerModeVDDCWellBias() 857 static inline void SPC_EnableLowPowerModeLowPowerIREF(SPC_Type *base, bool enable) in SPC_EnableLowPowerModeLowPowerIREF() argument 859 if (enable) in SPC_EnableLowPowerModeLowPowerIREF() 897 static inline void SPC_EnableLowPowerModeCMPBandgapBufferMode(SPC_Type *base, bool enable) in SPC_EnableLowPowerModeCMPBandgapBufferMode() argument 899 if (enable) in SPC_EnableLowPowerModeCMPBandgapBufferMode() 921 static inline void SPC_EnableLowPowerModeCoreVDDInternalVoltageScaling(SPC_Type *base, bool enable) in SPC_EnableLowPowerModeCoreVDDInternalVoltageScaling() argument [all …]
|
| D | fsl_spc.c | 89 if (config->enable) in SPC_SetLowPowerRequestConfig() 318 status_t SPC_EnableActiveModeCoreHighVoltageDetect(SPC_Type *base, bool enable) in SPC_EnableActiveModeCoreHighVoltageDetect() argument 322 if (enable) in SPC_EnableActiveModeCoreHighVoltageDetect() 347 status_t SPC_EnableActiveModeCoreLowVoltageDetect(SPC_Type *base, bool enable) in SPC_EnableActiveModeCoreLowVoltageDetect() argument 351 if (enable) in SPC_EnableActiveModeCoreLowVoltageDetect() 377 status_t SPC_EnableLowPowerModeCoreHighVoltageDetect(SPC_Type *base, bool enable) in SPC_EnableLowPowerModeCoreHighVoltageDetect() argument 381 if (enable) in SPC_EnableLowPowerModeCoreHighVoltageDetect() 406 status_t SPC_EnableLowPowerModeCoreLowVoltageDetect(SPC_Type *base, bool enable) in SPC_EnableLowPowerModeCoreLowVoltageDetect() argument 410 if (enable) in SPC_EnableLowPowerModeCoreLowVoltageDetect() 489 status_t SPC_EnableActiveModeSystemHighVoltageDetect(SPC_Type *base, bool enable) in SPC_EnableActiveModeSystemHighVoltageDetect() argument [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/mcm/ |
| D | fsl_mcm.h | 113 static inline void MCM_EnableCrossbarRoundRobin(MCM_Type *base, bool enable) in MCM_EnableCrossbarRoundRobin() argument 115 if (enable) in MCM_EnableCrossbarRoundRobin() 206 static inline void MCM_LimitCodeCachePeripheralWriteBuffering(MCM_Type *base, bool enable) in MCM_LimitCodeCachePeripheralWriteBuffering() argument 208 if (enable) in MCM_LimitCodeCachePeripheralWriteBuffering() 226 static inline void MCM_BypassFixedCodeCacheMap(MCM_Type *base, bool enable) in MCM_BypassFixedCodeCacheMap() argument 228 if (enable) in MCM_BypassFixedCodeCacheMap() 246 static inline void MCM_EnableCodeBusCache(MCM_Type *base, bool enable) in MCM_EnableCodeBusCache() argument 248 if (enable) in MCM_EnableCodeBusCache() 266 static inline void MCM_ForceCodeCacheToNoAllocation(MCM_Type *base, bool enable) in MCM_ForceCodeCacheToNoAllocation() argument 268 if (enable) in MCM_ForceCodeCacheToNoAllocation() [all …]
|
| /hal_nxp-latest/imx/drivers/ |
| D | uart_imx.c | 224 void UART_SetDozeMode(UART_Type* base, bool enable) in UART_SetDozeMode() argument 226 if (enable) in UART_SetDozeMode() 239 void UART_SetLowPowerMode(UART_Type* base, bool enable) in UART_SetLowPowerMode() argument 241 if (enable) in UART_SetLowPowerMode() 258 void UART_SetIntCmd(UART_Type* base, uint32_t intSource, bool enable) in UART_SetIntCmd() argument 266 if (enable) in UART_SetIntCmd() 322 void UART_SetDmaCmd(UART_Type* base, uint32_t dmaSource, bool enable) in UART_SetDmaCmd() argument 329 if (enable) in UART_SetDmaCmd() 345 void UART_SetRtsFlowCtrlCmd(UART_Type* base, bool enable) in UART_SetRtsFlowCtrlCmd() argument 347 if (enable) in UART_SetRtsFlowCtrlCmd() [all …]
|
| D | flexcan.c | 312 void FLEXCAN_SetAbortCmd(CAN_Type* base, bool enable) in FLEXCAN_SetAbortCmd() argument 317 if (enable) in FLEXCAN_SetAbortCmd() 332 void FLEXCAN_SetLocalPrioCmd(CAN_Type* base, bool enable) in FLEXCAN_SetLocalPrioCmd() argument 337 if (enable) in FLEXCAN_SetLocalPrioCmd() 432 void FLEXCAN_SetMsgBufIntCmd(CAN_Type* base, uint8_t msgBufIdx, bool enable) in FLEXCAN_SetMsgBufIntCmd() argument 450 if (enable) in FLEXCAN_SetMsgBufIntCmd() 515 void FLEXCAN_SetErrIntCmd(CAN_Type* base, uint32_t errorType, bool enable) in FLEXCAN_SetErrIntCmd() argument 523 if (enable) in FLEXCAN_SetErrIntCmd() 843 void FLEXCAN_SetRxMaskRtrCmd(CAN_Type* base, bool enable) in FLEXCAN_SetRxMaskRtrCmd() argument 848 if (enable) in FLEXCAN_SetRxMaskRtrCmd() [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/src/ |
| D | fsl_src.h | 174 static inline void SRC_EnableWDOG3Reset(SRC_Type *base, bool enable) in SRC_EnableWDOG3Reset() argument 176 if (enable) in SRC_EnableWDOG3Reset() 207 static inline void SRC_EnableCoreDebugResetAfterPowerGate(SRC_Type *base, bool enable) in SRC_EnableCoreDebugResetAfterPowerGate() argument 209 if (enable) in SRC_EnableCoreDebugResetAfterPowerGate() 265 static inline void SRC_EnableTemperatureSensorReset(SRC_Type *base, bool enable) in SRC_EnableTemperatureSensorReset() argument 267 if (enable) /* Temperature sensor reset is not masked. (default) */ in SRC_EnableTemperatureSensorReset() 359 static inline void SRC_AssertEIMReset(SRC_Type *base, bool enable) in SRC_AssertEIMReset() argument 361 if (enable) in SRC_AssertEIMReset() 383 static inline void SRC_EnableWDOGReset(SRC_Type *base, bool enable) in SRC_EnableWDOGReset() argument 385 if (enable) /* WDOG Reset is not masked in SRC (default). */ in SRC_EnableWDOGReset() [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/sdif/ |
| D | fsl_sdif.h | 454 static inline void SDIF_EnableCardClock(SDIF_Type *base, bool enable) in SDIF_EnableCardClock() argument 456 if (enable) in SDIF_EnableCardClock() 471 static inline void SDIF_EnableCard1Clock(SDIF_Type *base, bool enable) in SDIF_EnableCard1Clock() argument 473 if (enable) in SDIF_EnableCard1Clock() 490 static inline void SDIF_EnableLowPowerMode(SDIF_Type *base, bool enable) in SDIF_EnableLowPowerMode() argument 492 if (enable) in SDIF_EnableLowPowerMode() 509 static inline void SDIF_EnableCard1LowPowerMode(SDIF_Type *base, bool enable) in SDIF_EnableCard1LowPowerMode() argument 511 if (enable) in SDIF_EnableCard1LowPowerMode() 528 static inline void SDIF_EnableCardPower(SDIF_Type *base, bool enable) in SDIF_EnableCardPower() argument 530 if (enable) in SDIF_EnableCardPower() [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/pdm/ |
| D | fsl_pdm.h | 447 static inline void PDM_Enable(PDM_Type *base, bool enable) in PDM_Enable() argument 449 if (enable) in PDM_Enable() 467 static inline void PDM_EnableDoze(PDM_Type *base, bool enable) in PDM_EnableDoze() argument 469 if (enable) in PDM_EnableDoze() 485 static inline void PDM_EnableDebugMode(PDM_Type *base, bool enable) in PDM_EnableDebugMode() argument 487 if (enable) in PDM_EnableDebugMode() 504 static inline void PDM_EnableInDebugMode(PDM_Type *base, bool enable) in PDM_EnableInDebugMode() argument 506 if (enable) in PDM_EnableInDebugMode() 522 static inline void PDM_EnterLowLeakageMode(PDM_Type *base, bool enable) in PDM_EnterLowLeakageMode() argument 524 if (enable) in PDM_EnterLowLeakageMode() [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC864/drivers/ |
| D | fsl_power.h | 295 static inline void POWER_EnableNonDpd(bool enable) in POWER_EnableNonDpd() argument 297 if (enable) in POWER_EnableNonDpd() 312 static inline void POWER_EnableLPO(bool enable) in POWER_EnableLPO() argument 314 if (enable) in POWER_EnableLPO() 329 static inline void POWER_EnableLPOInDeepPowerDownMode(bool enable) in POWER_EnableLPOInDeepPowerDownMode() argument 331 if (enable) in POWER_EnableLPOInDeepPowerDownMode() 382 static inline void POWER_EnableWktClkIn(bool enable, bool enHysteresis) in POWER_EnableWktClkIn() argument 385 PMU_DPDCTRL_WAKECLKPAD_DISABLE(enable) | PMU_DPDCTRL_WAKEUPCLKHYS(enHysteresis); in POWER_EnableWktClkIn() 394 static inline void POWER_EnableWakeupPinForDeepPowerDown(bool enable, bool enHysteresis) in POWER_EnableWakeupPinForDeepPowerDown() argument 397 PMU_DPDCTRL_WAKEPAD_DISABLE(!enable) | PMU_DPDCTRL_WAKEUPHYS(enHysteresis); in POWER_EnableWakeupPinForDeepPowerDown() [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC865/drivers/ |
| D | fsl_power.h | 295 static inline void POWER_EnableNonDpd(bool enable) in POWER_EnableNonDpd() argument 297 if (enable) in POWER_EnableNonDpd() 312 static inline void POWER_EnableLPO(bool enable) in POWER_EnableLPO() argument 314 if (enable) in POWER_EnableLPO() 329 static inline void POWER_EnableLPOInDeepPowerDownMode(bool enable) in POWER_EnableLPOInDeepPowerDownMode() argument 331 if (enable) in POWER_EnableLPOInDeepPowerDownMode() 382 static inline void POWER_EnableWktClkIn(bool enable, bool enHysteresis) in POWER_EnableWktClkIn() argument 385 PMU_DPDCTRL_WAKECLKPAD_DISABLE(enable) | PMU_DPDCTRL_WAKEUPCLKHYS(enHysteresis); in POWER_EnableWktClkIn() 394 static inline void POWER_EnableWakeupPinForDeepPowerDown(bool enable, bool enHysteresis) in POWER_EnableWakeupPinForDeepPowerDown() argument 397 PMU_DPDCTRL_WAKEPAD_DISABLE(!enable) | PMU_DPDCTRL_WAKEUPHYS(enHysteresis); in POWER_EnableWakeupPinForDeepPowerDown() [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC845/drivers/ |
| D | fsl_power.h | 301 static inline void POWER_EnableNonDpd(bool enable) in POWER_EnableNonDpd() argument 303 if (enable) in POWER_EnableNonDpd() 318 static inline void POWER_EnableLPO(bool enable) in POWER_EnableLPO() argument 320 if (enable) in POWER_EnableLPO() 335 static inline void POWER_EnableLPOInDeepPowerDownMode(bool enable) in POWER_EnableLPOInDeepPowerDownMode() argument 337 if (enable) in POWER_EnableLPOInDeepPowerDownMode() 388 static inline void POWER_EnableWktClkIn(bool enable, bool enHysteresis) in POWER_EnableWktClkIn() argument 391 PMU_DPDCTRL_WAKECLKPAD_DISABLE(enable) | PMU_DPDCTRL_WAKEUPCLKHYS(enHysteresis); in POWER_EnableWktClkIn() 400 static inline void POWER_EnableWakeupPinForDeepPowerDown(bool enable, bool enHysteresis) in POWER_EnableWakeupPinForDeepPowerDown() argument 403 PMU_DPDCTRL_WAKEPAD_DISABLE(!enable) | PMU_DPDCTRL_WAKEUPHYS(enHysteresis); in POWER_EnableWakeupPinForDeepPowerDown() [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC844/drivers/ |
| D | fsl_power.h | 301 static inline void POWER_EnableNonDpd(bool enable) in POWER_EnableNonDpd() argument 303 if (enable) in POWER_EnableNonDpd() 318 static inline void POWER_EnableLPO(bool enable) in POWER_EnableLPO() argument 320 if (enable) in POWER_EnableLPO() 335 static inline void POWER_EnableLPOInDeepPowerDownMode(bool enable) in POWER_EnableLPOInDeepPowerDownMode() argument 337 if (enable) in POWER_EnableLPOInDeepPowerDownMode() 388 static inline void POWER_EnableWktClkIn(bool enable, bool enHysteresis) in POWER_EnableWktClkIn() argument 391 PMU_DPDCTRL_WAKECLKPAD_DISABLE(enable) | PMU_DPDCTRL_WAKEUPCLKHYS(enHysteresis); in POWER_EnableWktClkIn() 400 static inline void POWER_EnableWakeupPinForDeepPowerDown(bool enable, bool enHysteresis) in POWER_EnableWakeupPinForDeepPowerDown() argument 403 PMU_DPDCTRL_WAKEPAD_DISABLE(!enable) | PMU_DPDCTRL_WAKEUPHYS(enHysteresis); in POWER_EnableWakeupPinForDeepPowerDown() [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/smscm/ |
| D | fsl_smscm.h | 224 static inline void SMSCM_EnableFlashCache(SMSCM_Type *base, bool enable) in SMSCM_EnableFlashCache() argument 226 if (enable) in SMSCM_EnableFlashCache() 241 static inline void SMSCM_EnableFlashInstructionCache(SMSCM_Type *base, bool enable) in SMSCM_EnableFlashInstructionCache() argument 243 if (enable) in SMSCM_EnableFlashInstructionCache() 258 static inline void SMSCM_EnableFlashDataCache(SMSCM_Type *base, bool enable) in SMSCM_EnableFlashDataCache() argument 260 if (enable) in SMSCM_EnableFlashDataCache() 295 static inline void SMSCM_EnableFlashSpeculate(SMSCM_Type *base, bool enable) in SMSCM_EnableFlashSpeculate() argument 297 if (enable) in SMSCM_EnableFlashSpeculate() 312 static inline void SMSCM_EnableDataPrefetch(SMSCM_Type *base, bool enable) in SMSCM_EnableDataPrefetch() argument 314 if (enable) in SMSCM_EnableDataPrefetch() [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1165/drivers/ |
| D | fsl_pgmc.h | 256 static inline void PGMC_BPC_AllowUserModeAccess(PGMC_BPC_Type *base, bool enable) in PGMC_BPC_AllowUserModeAccess() argument 258 if (enable) in PGMC_BPC_AllowUserModeAccess() 278 static inline void PGMC_BPC_AllowNonSecureModeAccess(PGMC_BPC_Type *base, bool enable) in PGMC_BPC_AllowNonSecureModeAccess() argument 280 if (enable) in PGMC_BPC_AllowNonSecureModeAccess() 494 static inline void PGMC_CPC_AllowUserModeAccess(PGMC_CPC_Type *base, bool enable) in PGMC_CPC_AllowUserModeAccess() argument 496 if (enable) in PGMC_CPC_AllowUserModeAccess() 516 static inline void PGMC_CPC_AllowNonSecureModeAccess(PGMC_CPC_Type *base, bool enable) in PGMC_CPC_AllowNonSecureModeAccess() argument 518 if (enable) in PGMC_CPC_AllowNonSecureModeAccess() 634 static inline void PGMC_PPC_TriggerPMICStandbySoftMode(PGMC_PPC_Type *base, bool enable) in PGMC_PPC_TriggerPMICStandbySoftMode() argument 636 if (enable) in PGMC_PPC_TriggerPMICStandbySoftMode() [all …]
|
| D | fsl_dcdc.h | 500 static inline void DCDC_EnterLowPowerModeViaStandbyRequest(DCDC_Type *base, bool enable) in DCDC_EnterLowPowerModeViaStandbyRequest() argument 502 if (enable) in DCDC_EnterLowPowerModeViaStandbyRequest() 520 static inline void DCDC_EnterLowPowerMode(DCDC_Type *base, bool enable) in DCDC_EnterLowPowerMode() argument 522 if (enable) in DCDC_EnterLowPowerMode() 540 static inline void DCDC_EnterStandbyMode(DCDC_Type *base, bool enable) in DCDC_EnterStandbyMode() argument 542 if (enable) in DCDC_EnterStandbyMode() 692 static inline void DCDC_EnableVDD1P0TargetVoltageStepping(DCDC_Type *base, bool enable) in DCDC_EnableVDD1P0TargetVoltageStepping() argument 694 if (enable) in DCDC_EnableVDD1P0TargetVoltageStepping() 713 static inline void DCDC_EnableVDD1P8TargetVoltageStepping(DCDC_Type *base, bool enable) in DCDC_EnableVDD1P8TargetVoltageStepping() argument 715 if (enable) in DCDC_EnableVDD1P8TargetVoltageStepping() [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1171/drivers/ |
| D | fsl_pgmc.h | 256 static inline void PGMC_BPC_AllowUserModeAccess(PGMC_BPC_Type *base, bool enable) in PGMC_BPC_AllowUserModeAccess() argument 258 if (enable) in PGMC_BPC_AllowUserModeAccess() 278 static inline void PGMC_BPC_AllowNonSecureModeAccess(PGMC_BPC_Type *base, bool enable) in PGMC_BPC_AllowNonSecureModeAccess() argument 280 if (enable) in PGMC_BPC_AllowNonSecureModeAccess() 494 static inline void PGMC_CPC_AllowUserModeAccess(PGMC_CPC_Type *base, bool enable) in PGMC_CPC_AllowUserModeAccess() argument 496 if (enable) in PGMC_CPC_AllowUserModeAccess() 516 static inline void PGMC_CPC_AllowNonSecureModeAccess(PGMC_CPC_Type *base, bool enable) in PGMC_CPC_AllowNonSecureModeAccess() argument 518 if (enable) in PGMC_CPC_AllowNonSecureModeAccess() 634 static inline void PGMC_PPC_TriggerPMICStandbySoftMode(PGMC_PPC_Type *base, bool enable) in PGMC_PPC_TriggerPMICStandbySoftMode() argument 636 if (enable) in PGMC_PPC_TriggerPMICStandbySoftMode() [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1176/drivers/ |
| D | fsl_pgmc.h | 256 static inline void PGMC_BPC_AllowUserModeAccess(PGMC_BPC_Type *base, bool enable) in PGMC_BPC_AllowUserModeAccess() argument 258 if (enable) in PGMC_BPC_AllowUserModeAccess() 278 static inline void PGMC_BPC_AllowNonSecureModeAccess(PGMC_BPC_Type *base, bool enable) in PGMC_BPC_AllowNonSecureModeAccess() argument 280 if (enable) in PGMC_BPC_AllowNonSecureModeAccess() 494 static inline void PGMC_CPC_AllowUserModeAccess(PGMC_CPC_Type *base, bool enable) in PGMC_CPC_AllowUserModeAccess() argument 496 if (enable) in PGMC_CPC_AllowUserModeAccess() 516 static inline void PGMC_CPC_AllowNonSecureModeAccess(PGMC_CPC_Type *base, bool enable) in PGMC_CPC_AllowNonSecureModeAccess() argument 518 if (enable) in PGMC_CPC_AllowNonSecureModeAccess() 634 static inline void PGMC_PPC_TriggerPMICStandbySoftMode(PGMC_PPC_Type *base, bool enable) in PGMC_PPC_TriggerPMICStandbySoftMode() argument 636 if (enable) in PGMC_PPC_TriggerPMICStandbySoftMode() [all …]
|
| D | fsl_dcdc.h | 500 static inline void DCDC_EnterLowPowerModeViaStandbyRequest(DCDC_Type *base, bool enable) in DCDC_EnterLowPowerModeViaStandbyRequest() argument 502 if (enable) in DCDC_EnterLowPowerModeViaStandbyRequest() 520 static inline void DCDC_EnterLowPowerMode(DCDC_Type *base, bool enable) in DCDC_EnterLowPowerMode() argument 522 if (enable) in DCDC_EnterLowPowerMode() 540 static inline void DCDC_EnterStandbyMode(DCDC_Type *base, bool enable) in DCDC_EnterStandbyMode() argument 542 if (enable) in DCDC_EnterStandbyMode() 692 static inline void DCDC_EnableVDD1P0TargetVoltageStepping(DCDC_Type *base, bool enable) in DCDC_EnableVDD1P0TargetVoltageStepping() argument 694 if (enable) in DCDC_EnableVDD1P0TargetVoltageStepping() 713 static inline void DCDC_EnableVDD1P8TargetVoltageStepping(DCDC_Type *base, bool enable) in DCDC_EnableVDD1P8TargetVoltageStepping() argument 715 if (enable) in DCDC_EnableVDD1P8TargetVoltageStepping() [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1173/drivers/ |
| D | fsl_pgmc.h | 256 static inline void PGMC_BPC_AllowUserModeAccess(PGMC_BPC_Type *base, bool enable) in PGMC_BPC_AllowUserModeAccess() argument 258 if (enable) in PGMC_BPC_AllowUserModeAccess() 278 static inline void PGMC_BPC_AllowNonSecureModeAccess(PGMC_BPC_Type *base, bool enable) in PGMC_BPC_AllowNonSecureModeAccess() argument 280 if (enable) in PGMC_BPC_AllowNonSecureModeAccess() 494 static inline void PGMC_CPC_AllowUserModeAccess(PGMC_CPC_Type *base, bool enable) in PGMC_CPC_AllowUserModeAccess() argument 496 if (enable) in PGMC_CPC_AllowUserModeAccess() 516 static inline void PGMC_CPC_AllowNonSecureModeAccess(PGMC_CPC_Type *base, bool enable) in PGMC_CPC_AllowNonSecureModeAccess() argument 518 if (enable) in PGMC_CPC_AllowNonSecureModeAccess() 634 static inline void PGMC_PPC_TriggerPMICStandbySoftMode(PGMC_PPC_Type *base, bool enable) in PGMC_PPC_TriggerPMICStandbySoftMode() argument 636 if (enable) in PGMC_PPC_TriggerPMICStandbySoftMode() [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1172/drivers/ |
| D | fsl_pgmc.h | 256 static inline void PGMC_BPC_AllowUserModeAccess(PGMC_BPC_Type *base, bool enable) in PGMC_BPC_AllowUserModeAccess() argument 258 if (enable) in PGMC_BPC_AllowUserModeAccess() 278 static inline void PGMC_BPC_AllowNonSecureModeAccess(PGMC_BPC_Type *base, bool enable) in PGMC_BPC_AllowNonSecureModeAccess() argument 280 if (enable) in PGMC_BPC_AllowNonSecureModeAccess() 494 static inline void PGMC_CPC_AllowUserModeAccess(PGMC_CPC_Type *base, bool enable) in PGMC_CPC_AllowUserModeAccess() argument 496 if (enable) in PGMC_CPC_AllowUserModeAccess() 516 static inline void PGMC_CPC_AllowNonSecureModeAccess(PGMC_CPC_Type *base, bool enable) in PGMC_CPC_AllowNonSecureModeAccess() argument 518 if (enable) in PGMC_CPC_AllowNonSecureModeAccess() 634 static inline void PGMC_PPC_TriggerPMICStandbySoftMode(PGMC_PPC_Type *base, bool enable) in PGMC_PPC_TriggerPMICStandbySoftMode() argument 636 if (enable) in PGMC_PPC_TriggerPMICStandbySoftMode() [all …]
|
| D | fsl_dcdc.h | 500 static inline void DCDC_EnterLowPowerModeViaStandbyRequest(DCDC_Type *base, bool enable) in DCDC_EnterLowPowerModeViaStandbyRequest() argument 502 if (enable) in DCDC_EnterLowPowerModeViaStandbyRequest() 520 static inline void DCDC_EnterLowPowerMode(DCDC_Type *base, bool enable) in DCDC_EnterLowPowerMode() argument 522 if (enable) in DCDC_EnterLowPowerMode() 540 static inline void DCDC_EnterStandbyMode(DCDC_Type *base, bool enable) in DCDC_EnterStandbyMode() argument 542 if (enable) in DCDC_EnterStandbyMode() 692 static inline void DCDC_EnableVDD1P0TargetVoltageStepping(DCDC_Type *base, bool enable) in DCDC_EnableVDD1P0TargetVoltageStepping() argument 694 if (enable) in DCDC_EnableVDD1P0TargetVoltageStepping() 713 static inline void DCDC_EnableVDD1P8TargetVoltageStepping(DCDC_Type *base, bool enable) in DCDC_EnableVDD1P8TargetVoltageStepping() argument 715 if (enable) in DCDC_EnableVDD1P8TargetVoltageStepping() [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1166/drivers/ |
| D | fsl_pgmc.h | 256 static inline void PGMC_BPC_AllowUserModeAccess(PGMC_BPC_Type *base, bool enable) in PGMC_BPC_AllowUserModeAccess() argument 258 if (enable) in PGMC_BPC_AllowUserModeAccess() 278 static inline void PGMC_BPC_AllowNonSecureModeAccess(PGMC_BPC_Type *base, bool enable) in PGMC_BPC_AllowNonSecureModeAccess() argument 280 if (enable) in PGMC_BPC_AllowNonSecureModeAccess() 494 static inline void PGMC_CPC_AllowUserModeAccess(PGMC_CPC_Type *base, bool enable) in PGMC_CPC_AllowUserModeAccess() argument 496 if (enable) in PGMC_CPC_AllowUserModeAccess() 516 static inline void PGMC_CPC_AllowNonSecureModeAccess(PGMC_CPC_Type *base, bool enable) in PGMC_CPC_AllowNonSecureModeAccess() argument 518 if (enable) in PGMC_CPC_AllowNonSecureModeAccess() 634 static inline void PGMC_PPC_TriggerPMICStandbySoftMode(PGMC_PPC_Type *base, bool enable) in PGMC_PPC_TriggerPMICStandbySoftMode() argument 636 if (enable) in PGMC_PPC_TriggerPMICStandbySoftMode() [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1175/drivers/ |
| D | fsl_pgmc.h | 256 static inline void PGMC_BPC_AllowUserModeAccess(PGMC_BPC_Type *base, bool enable) in PGMC_BPC_AllowUserModeAccess() argument 258 if (enable) in PGMC_BPC_AllowUserModeAccess() 278 static inline void PGMC_BPC_AllowNonSecureModeAccess(PGMC_BPC_Type *base, bool enable) in PGMC_BPC_AllowNonSecureModeAccess() argument 280 if (enable) in PGMC_BPC_AllowNonSecureModeAccess() 494 static inline void PGMC_CPC_AllowUserModeAccess(PGMC_CPC_Type *base, bool enable) in PGMC_CPC_AllowUserModeAccess() argument 496 if (enable) in PGMC_CPC_AllowUserModeAccess() 516 static inline void PGMC_CPC_AllowNonSecureModeAccess(PGMC_CPC_Type *base, bool enable) in PGMC_CPC_AllowNonSecureModeAccess() argument 518 if (enable) in PGMC_CPC_AllowNonSecureModeAccess() 634 static inline void PGMC_PPC_TriggerPMICStandbySoftMode(PGMC_PPC_Type *base, bool enable) in PGMC_PPC_TriggerPMICStandbySoftMode() argument 636 if (enable) in PGMC_PPC_TriggerPMICStandbySoftMode() [all …]
|