Home
last modified time | relevance | path

Searched refs:stateIndex (Results 1 – 25 of 30) sorted by relevance

12

/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/devices/RW610/
Dfsl_pm_device.c21 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/
Dfsl_pm_device.c21 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/
Dfsl_pm_core.c338 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/
Darm_fir_sparse_f32.c133 …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()
Darm_fir_sparse_q15.c87 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()
Darm_fir_sparse_q31.c82 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()
Darm_fir_sparse_q7.c88 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/
Dfsl_pm_device.c46 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/
Dfsl_pm_device.c46 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/
Dfsl_pm_device.c46 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/
Dfsl_pm_device.c46 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/
Dfsl_pm_device.c21 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/
Dfsl_pm_device.c21 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/
Dfsl_pm_device.c21 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/
Dfsl_pm_device.c21 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/
Dfsl_pm_device.c29 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/
Dfsl_pm_device.c29 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/
Dfsl_pm_device.c29 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/
Dfsl_pm_device.c204 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/
Dfsl_pm_device.c204 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/
Dfsl_pm_device.c204 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/
Dfsl_pm_device.c204 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/
Dfsl_pm_device.c204 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/
Dfsl_pm_device.c34 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/
Dfiltering_functions.h1935 …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

12