Searched refs:opMode (Results 1 – 9 of 9) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/components/IS42SM16800H/ |
| D | fsl_sdram.c | 28 sdram_operation_mode_t opMode, 81 sdram_operation_mode_t opMode, in SDRAM_InitSequence() argument 167 if (((uint8_t)opMode & 0x1U) != 0x00U) in SDRAM_InitSequence() 171 if (((uint8_t)opMode & 0x2U) != 0x00U) in SDRAM_InitSequence()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/power_manager/core/ |
| D | fsl_pm_core.c | 766 uint32_t opMode; in PM_SetConstraints() local 808 if (opMode != PM_RESOURCE_OFF) in PM_SetConstraints() 810 switch (opMode) in PM_SetConstraints() 841 ((uint32_t)opMode << (4UL * ((uint32_t)rescShift % 8UL))); in PM_SetConstraints() 873 uint32_t opMode; in PM_ReleaseConstraints() local 919 opModeToRelease = ((uint32_t)opMode << (4UL * ((uint32_t)rescShift % 8UL))); in PM_ReleaseConstraints() 923 switch (opMode) in PM_ReleaseConstraints() 959 ~((uint32_t)opMode << (4UL * ((uint32_t)rescShift % 8UL))); in PM_ReleaseConstraints()
|
| D | fsl_pm_config.h | 64 #define PM_ENCODE_RESC(opMode, rescShift) ((((uint32_t)(opMode)) << 8UL) | (rescShift)) argument 69 opMode = (uint32_t)(((uint32_t)resConstraint) >> 8UL); \
|
| /hal_nxp-latest/mcux/mcux-sdk/components/power_manager/devices/MCXN947/ |
| D | fsl_pm_device.c | 288 uint8_t opMode = PM_RESOURCE_OFF; in EnableResources() local 294 opMode = FindOperateMode(i, pSysRescGroup); in EnableResources() 295 if (opMode != resourceDB[i].currentOperateMode) in EnableResources() 297 resourceDB[i].resourceConfigFunc(opMode, &resourceDB[i]); in EnableResources()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/sinc/ |
| D | fsl_sinc.h | 1681 sinc_scd_operate_mode_t opMode) in SINC_SetChannelScdOperateMode() argument 1683 if (opMode == kSINC_Scd_OperateDisabled) in SINC_SetChannelScdOperateMode() 1690 … ((base->CHANNEL[(uint8_t)chId].CPROT & ~SINC_CPROT_SCDCM_MASK) | SINC_CPROT_SCDCM(opMode)); in SINC_SetChannelScdOperateMode() 1809 sinc_zero_cross_operate_mode_t opMode) in SINC_SetChannelZcdOperateMode() argument 1811 if (opMode == kSINC_ZCD_Disabled) in SINC_SetChannelZcdOperateMode() 1818 … ((base->CHANNEL[(uint8_t)chId].CCFR) & (~SINC_CCFR_ZCOP_MASK)) | (SINC_CCFR_ZCOP(opMode)); in SINC_SetChannelZcdOperateMode()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/power_manager/devices/MCXW716A/ |
| D | fsl_pm_device.c | 384 uint8_t opMode = PM_RESOURCE_OFF; in PM_DEV_EnableBasicResources() local 390 opMode = PM_DEV_FindOperateMode(i, pSysRescGroup); in PM_DEV_EnableBasicResources() 391 resourceDB[i].resourceConfigFunc(opMode, &resourceDB[i]); in PM_DEV_EnableBasicResources()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/power_manager/devices/KW45B41Z83/ |
| D | fsl_pm_device.c | 384 uint8_t opMode = PM_RESOURCE_OFF; in PM_DEV_EnableBasicResources() local 390 opMode = PM_DEV_FindOperateMode(i, pSysRescGroup); in PM_DEV_EnableBasicResources() 391 resourceDB[i].resourceConfigFunc(opMode, &resourceDB[i]); in PM_DEV_EnableBasicResources()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/power_manager/devices/MCXW716C/ |
| D | fsl_pm_device.c | 384 uint8_t opMode = PM_RESOURCE_OFF; in PM_DEV_EnableBasicResources() local 390 opMode = PM_DEV_FindOperateMode(i, pSysRescGroup); in PM_DEV_EnableBasicResources() 391 resourceDB[i].resourceConfigFunc(opMode, &resourceDB[i]); in PM_DEV_EnableBasicResources()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/power_manager/devices/K32W1480/ |
| D | fsl_pm_device.c | 384 uint8_t opMode = PM_RESOURCE_OFF; in PM_DEV_EnableBasicResources() local 390 opMode = PM_DEV_FindOperateMode(i, pSysRescGroup); in PM_DEV_EnableBasicResources() 391 resourceDB[i].resourceConfigFunc(opMode, &resourceDB[i]); in PM_DEV_EnableBasicResources()
|