| /hal_nxp-latest/mcux/mcux-sdk/components/power_manager/devices/RW610/ |
| D | fsl_pm_device.c | 21 static void PM_DEV_EnterLowPowerMode(uint8_t stateIndex, pm_resc_mask_t *pSoftRescMask, pm_resc_gro… 225 static void PM_DEV_EnterLowPowerMode(uint8_t stateIndex, pm_resc_mask_t *pSoftRescMask, pm_resc_gro… in PM_DEV_EnterLowPowerMode() argument 232 switch (stateIndex) in PM_DEV_EnterLowPowerMode() 237 POWER_SetSleepMode(stateIndex); in PM_DEV_EnterLowPowerMode() 243 (void)POWER_EnterPowerMode(stateIndex, &slpCfg); in PM_DEV_EnterLowPowerMode()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/power_manager/devices/RW612/ |
| D | fsl_pm_device.c | 21 static void PM_DEV_EnterLowPowerMode(uint8_t stateIndex, pm_resc_mask_t *pSoftRescMask, pm_resc_gro… 225 static void PM_DEV_EnterLowPowerMode(uint8_t stateIndex, pm_resc_mask_t *pSoftRescMask, pm_resc_gro… in PM_DEV_EnterLowPowerMode() argument 232 switch (stateIndex) in PM_DEV_EnterLowPowerMode() 237 POWER_SetSleepMode(stateIndex); in PM_DEV_EnterLowPowerMode() 243 (void)POWER_EnterPowerMode(stateIndex, &slpCfg); in PM_DEV_EnterLowPowerMode()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/power_manager/core/ |
| D | fsl_pm_core.c | 338 uint8_t stateIndex; in PM_EnterLowPower() local 344 stateIndex = PM_findDeepestState(duration); in PM_EnterLowPower() 345 if (stateIndex != 0xFFU) in PM_EnterLowPower() 347 s_pmHandle->targetState = stateIndex; in PM_EnterLowPower() 351 status = PM_notifyPowerStateEntry(stateIndex); in PM_EnterLowPower() 365 … s_pmHandle->timerStart(duration - (s_pmHandle->deviceOption->states[stateIndex].exitLatency)); in PM_EnterLowPower() 370 …s_pmHandle->deviceOption->enter(stateIndex, &s_pmHandle->softConstraints, &s_pmHandle->sysRescGrou… in PM_EnterLowPower() 388 (void)PM_notifyPowerStateExit(stateIndex); in PM_EnterLowPower()
|
| /hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/Source/FilteringFunctions/ |
| D | arm_fir_sparse_f32.c | 133 …arm_circularWrite_f32((int32_t *) py, delaySize, &S->stateIndex, 1, (int32_t *) pSrc, 1, blockSize… in arm_fir_sparse_f32() 136 readIndex = (int32_t) (S->stateIndex - blockSize) - *pTapDelay++; in arm_fir_sparse_f32() 202 readIndex = (int32_t) (S->stateIndex - blockSize) - *pTapDelay++; in arm_fir_sparse_f32() 273 readIndex = (int32_t) (S->stateIndex - blockSize) - *pTapDelay++; in arm_fir_sparse_f32()
|
| D | arm_fir_sparse_q15.c | 87 arm_circularWrite_q15(py, (int32_t) delaySize, &S->stateIndex, 1,pSrc, 1, blockSize); in arm_fir_sparse_q15() 93 readIndex = (int32_t) (S->stateIndex - blockSize) - *pTapDelay++; in arm_fir_sparse_q15() 156 readIndex = (int32_t) (S->stateIndex - blockSize) - *pTapDelay++; in arm_fir_sparse_q15() 224 readIndex = (int32_t) (S->stateIndex - blockSize) - *pTapDelay++; in arm_fir_sparse_q15()
|
| D | arm_fir_sparse_q31.c | 82 arm_circularWrite_f32((int32_t *) py, delaySize, &S->stateIndex, 1, in arm_fir_sparse_q31() 86 readIndex = (int32_t) (S->stateIndex - blockSize) - *pTapDelay++; in arm_fir_sparse_q31() 152 readIndex = (int32_t) (S->stateIndex - blockSize) - *pTapDelay++; in arm_fir_sparse_q31() 233 readIndex = (int32_t) (S->stateIndex - blockSize) - *pTapDelay++; in arm_fir_sparse_q31()
|
| D | arm_fir_sparse_q7.c | 88 arm_circularWrite_q7(py, (int32_t) delaySize, &S->stateIndex, 1, pSrc, 1, blockSize); in arm_fir_sparse_q7() 94 readIndex = (int32_t) (S->stateIndex - blockSize) - *pTapDelay++; in arm_fir_sparse_q7() 157 readIndex = (int32_t) (S->stateIndex - blockSize) - *pTapDelay++; in arm_fir_sparse_q7() 230 readIndex = (int32_t) (S->stateIndex - blockSize) - *pTapDelay++; in arm_fir_sparse_q7()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/power_manager/devices/MCXW716A/ |
| D | fsl_pm_device.c | 46 static void PM_DEV_EnterLowPowerMode(uint8_t stateIndex, pm_resc_mask_t *pSoftRescMask, pm_resc_gro… 198 static void PM_DEV_EnterLowPowerMode(uint8_t stateIndex, pm_resc_mask_t *pSoftRescMask, pm_resc_gro… in PM_DEV_EnterLowPowerMode() argument 203 switch (stateIndex) in PM_DEV_EnterLowPowerMode() 267 if ((stateIndex == PM_LP_STATE_SLEEP) || (stateIndex == PM_LP_STATE_DEEP_SLEEP)) in PM_DEV_EnterLowPowerMode()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/power_manager/devices/KW45B41Z83/ |
| D | fsl_pm_device.c | 46 static void PM_DEV_EnterLowPowerMode(uint8_t stateIndex, pm_resc_mask_t *pSoftRescMask, pm_resc_gro… 198 static void PM_DEV_EnterLowPowerMode(uint8_t stateIndex, pm_resc_mask_t *pSoftRescMask, pm_resc_gro… in PM_DEV_EnterLowPowerMode() argument 203 switch (stateIndex) in PM_DEV_EnterLowPowerMode() 267 if ((stateIndex == PM_LP_STATE_SLEEP) || (stateIndex == PM_LP_STATE_DEEP_SLEEP)) in PM_DEV_EnterLowPowerMode()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/power_manager/devices/MCXW716C/ |
| D | fsl_pm_device.c | 46 static void PM_DEV_EnterLowPowerMode(uint8_t stateIndex, pm_resc_mask_t *pSoftRescMask, pm_resc_gro… 198 static void PM_DEV_EnterLowPowerMode(uint8_t stateIndex, pm_resc_mask_t *pSoftRescMask, pm_resc_gro… in PM_DEV_EnterLowPowerMode() argument 203 switch (stateIndex) in PM_DEV_EnterLowPowerMode() 267 if ((stateIndex == PM_LP_STATE_SLEEP) || (stateIndex == PM_LP_STATE_DEEP_SLEEP)) in PM_DEV_EnterLowPowerMode()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/power_manager/devices/K32W1480/ |
| D | fsl_pm_device.c | 46 static void PM_DEV_EnterLowPowerMode(uint8_t stateIndex, pm_resc_mask_t *pSoftRescMask, pm_resc_gro… 198 static void PM_DEV_EnterLowPowerMode(uint8_t stateIndex, pm_resc_mask_t *pSoftRescMask, pm_resc_gro… in PM_DEV_EnterLowPowerMode() argument 203 switch (stateIndex) in PM_DEV_EnterLowPowerMode() 267 if ((stateIndex == PM_LP_STATE_SLEEP) || (stateIndex == PM_LP_STATE_DEEP_SLEEP)) in PM_DEV_EnterLowPowerMode()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/power_manager/devices/MIMXRT685S/ |
| D | fsl_pm_device.c | 21 static void PM_DEV_EnterLowPowerMode(uint8_t stateIndex, 367 static void PM_DEV_EnterLowPowerMode(uint8_t stateIndex, in PM_DEV_EnterLowPowerMode() argument 376 switch (stateIndex) in PM_DEV_EnterLowPowerMode() 403 POWER_EnterPowerMode((power_mode_cfg_t)stateIndex, enabledResources); in PM_DEV_EnterLowPowerMode()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/power_manager/devices/MIMXRT533S/ |
| D | fsl_pm_device.c | 21 static void PM_DEV_EnterLowPowerMode(uint8_t stateIndex, 407 static void PM_DEV_EnterLowPowerMode(uint8_t stateIndex, in PM_DEV_EnterLowPowerMode() argument 416 switch (stateIndex) in PM_DEV_EnterLowPowerMode() 443 POWER_EnterPowerMode((power_mode_cfg_t)stateIndex, enabledResources); in PM_DEV_EnterLowPowerMode()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/power_manager/devices/MIMXRT555S/ |
| D | fsl_pm_device.c | 21 static void PM_DEV_EnterLowPowerMode(uint8_t stateIndex, 407 static void PM_DEV_EnterLowPowerMode(uint8_t stateIndex, in PM_DEV_EnterLowPowerMode() argument 416 switch (stateIndex) in PM_DEV_EnterLowPowerMode() 443 POWER_EnterPowerMode((power_mode_cfg_t)stateIndex, enabledResources); in PM_DEV_EnterLowPowerMode()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/power_manager/devices/MIMXRT595S/ |
| D | fsl_pm_device.c | 21 static void PM_DEV_EnterLowPowerMode(uint8_t stateIndex, 407 static void PM_DEV_EnterLowPowerMode(uint8_t stateIndex, in PM_DEV_EnterLowPowerMode() argument 416 switch (stateIndex) in PM_DEV_EnterLowPowerMode() 443 POWER_EnterPowerMode((power_mode_cfg_t)stateIndex, enabledResources); in PM_DEV_EnterLowPowerMode()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/power_manager/devices/MIMXRT735S/ |
| D | fsl_pm_device.c | 29 static void PM_DEV_EnterLowPowerMode(uint8_t stateIndex, pm_resc_mask_t *pSoftRescMask, pm_resc_gro… 445 static void PM_DEV_EnterLowPowerMode(uint8_t stateIndex, pm_resc_mask_t *pSoftRescMask, pm_resc_gro… in PM_DEV_EnterLowPowerMode() argument 452 switch (stateIndex) in PM_DEV_EnterLowPowerMode() 481 POWER_EnterPowerMode((power_mode_cfg_t)stateIndex, enabledResources); in PM_DEV_EnterLowPowerMode()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/power_manager/devices/MIMXRT758S/ |
| D | fsl_pm_device.c | 29 static void PM_DEV_EnterLowPowerMode(uint8_t stateIndex, pm_resc_mask_t *pSoftRescMask, pm_resc_gro… 445 static void PM_DEV_EnterLowPowerMode(uint8_t stateIndex, pm_resc_mask_t *pSoftRescMask, pm_resc_gro… in PM_DEV_EnterLowPowerMode() argument 452 switch (stateIndex) in PM_DEV_EnterLowPowerMode() 481 POWER_EnterPowerMode((power_mode_cfg_t)stateIndex, enabledResources); in PM_DEV_EnterLowPowerMode()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/power_manager/devices/MIMXRT798S/ |
| D | fsl_pm_device.c | 29 static void PM_DEV_EnterLowPowerMode(uint8_t stateIndex, pm_resc_mask_t *pSoftRescMask, pm_resc_gro… 445 static void PM_DEV_EnterLowPowerMode(uint8_t stateIndex, pm_resc_mask_t *pSoftRescMask, pm_resc_gro… in PM_DEV_EnterLowPowerMode() argument 452 switch (stateIndex) in PM_DEV_EnterLowPowerMode() 481 POWER_EnterPowerMode((power_mode_cfg_t)stateIndex, enabledResources); in PM_DEV_EnterLowPowerMode()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/power_manager/devices/MIMXRT1175/ |
| D | fsl_pm_device.c | 204 static void PM_DEV_EnterPowerState(uint8_t stateIndex, pm_resc_mask_t *pSoftRescMask, pm_resc_group… 1425 static void PM_DEV_EnterPowerState(uint8_t stateIndex, pm_resc_mask_t *pSoftRescMask, pm_resc_group… in PM_DEV_EnterPowerState() argument 1432 if (stateIndex == 16U) in PM_DEV_EnterPowerState() 1477 GPC_CM_RequestRunModeSetPointTransition(CURRENT_GPC_INSTANCE, stateIndex); in PM_DEV_EnterPowerState() 1484 GPC_CM_RequestSleepModeSetPointTransition(CURRENT_GPC_INSTANCE, stateIndex, stateIndex, in PM_DEV_EnterPowerState()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/power_manager/devices/MIMXRT1171/ |
| D | fsl_pm_device.c | 204 static void PM_DEV_EnterPowerState(uint8_t stateIndex, pm_resc_mask_t *pSoftRescMask, pm_resc_group… 1425 static void PM_DEV_EnterPowerState(uint8_t stateIndex, pm_resc_mask_t *pSoftRescMask, pm_resc_group… in PM_DEV_EnterPowerState() argument 1432 if (stateIndex == 16U) in PM_DEV_EnterPowerState() 1477 GPC_CM_RequestRunModeSetPointTransition(CURRENT_GPC_INSTANCE, stateIndex); in PM_DEV_EnterPowerState() 1484 GPC_CM_RequestSleepModeSetPointTransition(CURRENT_GPC_INSTANCE, stateIndex, stateIndex, in PM_DEV_EnterPowerState()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/power_manager/devices/MIMXRT1172/ |
| D | fsl_pm_device.c | 204 static void PM_DEV_EnterPowerState(uint8_t stateIndex, pm_resc_mask_t *pSoftRescMask, pm_resc_group… 1425 static void PM_DEV_EnterPowerState(uint8_t stateIndex, pm_resc_mask_t *pSoftRescMask, pm_resc_group… in PM_DEV_EnterPowerState() argument 1432 if (stateIndex == 16U) in PM_DEV_EnterPowerState() 1477 GPC_CM_RequestRunModeSetPointTransition(CURRENT_GPC_INSTANCE, stateIndex); in PM_DEV_EnterPowerState() 1484 GPC_CM_RequestSleepModeSetPointTransition(CURRENT_GPC_INSTANCE, stateIndex, stateIndex, in PM_DEV_EnterPowerState()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/power_manager/devices/MIMXRT1176/ |
| D | fsl_pm_device.c | 204 static void PM_DEV_EnterPowerState(uint8_t stateIndex, pm_resc_mask_t *pSoftRescMask, pm_resc_group… 1425 static void PM_DEV_EnterPowerState(uint8_t stateIndex, pm_resc_mask_t *pSoftRescMask, pm_resc_group… in PM_DEV_EnterPowerState() argument 1432 if (stateIndex == 16U) in PM_DEV_EnterPowerState() 1477 GPC_CM_RequestRunModeSetPointTransition(CURRENT_GPC_INSTANCE, stateIndex); in PM_DEV_EnterPowerState() 1484 GPC_CM_RequestSleepModeSetPointTransition(CURRENT_GPC_INSTANCE, stateIndex, stateIndex, in PM_DEV_EnterPowerState()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/power_manager/devices/MIMXRT1173/ |
| D | fsl_pm_device.c | 204 static void PM_DEV_EnterPowerState(uint8_t stateIndex, pm_resc_mask_t *pSoftRescMask, pm_resc_group… 1425 static void PM_DEV_EnterPowerState(uint8_t stateIndex, pm_resc_mask_t *pSoftRescMask, pm_resc_group… in PM_DEV_EnterPowerState() argument 1432 if (stateIndex == 16U) in PM_DEV_EnterPowerState() 1477 GPC_CM_RequestRunModeSetPointTransition(CURRENT_GPC_INSTANCE, stateIndex); in PM_DEV_EnterPowerState() 1484 GPC_CM_RequestSleepModeSetPointTransition(CURRENT_GPC_INSTANCE, stateIndex, stateIndex, in PM_DEV_EnterPowerState()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/power_manager/devices/MCXN947/ |
| D | fsl_pm_device.c | 34 static void EnterLowPowerMode(uint8_t stateIndex, pm_resc_mask_t *pSoftRescMask, pm_resc_group_t *p… 303 static void EnterLowPowerMode(uint8_t stateIndex, pm_resc_mask_t *pSoftRescMask, pm_resc_group_t *p… in EnterLowPowerMode() argument 308 switch (stateIndex) in EnterLowPowerMode()
|
| /hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/Include/dsp/ |
| D | filtering_functions.h | 1935 …uint16_t stateIndex; /**< state buffer index. Points to the oldest sample in the state b… member 1948 …uint16_t stateIndex; /**< state buffer index. Points to the oldest sample in the state b… member 1961 …uint16_t stateIndex; /**< state buffer index. Points to the oldest sample in the state b… member 1974 …uint16_t stateIndex; /**< state buffer index. Points to the oldest sample in the state b… member
|