Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/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_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()
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_init_q15.c82 S->stateIndex = 0U; in arm_fir_sparse_init_q15()
Darm_fir_sparse_init_q31.c81 S->stateIndex = 0U; in arm_fir_sparse_init_q31()
Darm_fir_sparse_init_q7.c82 S->stateIndex = 0U; in arm_fir_sparse_init_q7()
Darm_fir_sparse_init_f32.c82 S->stateIndex = 0U; in arm_fir_sparse_init_f32()
/hal_nxp-3.6.0/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-3.6.0/mcux/mcux-sdk/components/power_manager/devices/MIMXRT685S/
Dfsl_pm_device.c21 static void IMXRT600_EnterLowPowerMode(uint8_t stateIndex, pm_resc_mask_t *pSoftRescMask, pm_resc_g…
364 static void IMXRT600_EnterLowPowerMode(uint8_t stateIndex, pm_resc_mask_t *pSoftRescMask, pm_resc_g… in IMXRT600_EnterLowPowerMode() argument
371 switch (stateIndex) in IMXRT600_EnterLowPowerMode()
398 POWER_EnterPowerMode((power_mode_cfg_t)stateIndex, enabledResources); in IMXRT600_EnterLowPowerMode()
/hal_nxp-3.6.0/mcux/mcux-sdk/components/power_manager/devices/MIMXRT533S/
Dfsl_pm_device.c21 static void IMXRT500_EnterLowPowerMode(uint8_t stateIndex, pm_resc_mask_t *pSoftRescMask, pm_resc_g…
404 static void IMXRT500_EnterLowPowerMode(uint8_t stateIndex, pm_resc_mask_t *pSoftRescMask, pm_resc_g… in IMXRT500_EnterLowPowerMode() argument
411 switch (stateIndex) in IMXRT500_EnterLowPowerMode()
438 POWER_EnterPowerMode((power_mode_cfg_t)stateIndex, enabledResources); in IMXRT500_EnterLowPowerMode()
/hal_nxp-3.6.0/mcux/mcux-sdk/components/power_manager/devices/MIMXRT555S/
Dfsl_pm_device.c21 static void IMXRT500_EnterLowPowerMode(uint8_t stateIndex, pm_resc_mask_t *pSoftRescMask, pm_resc_g…
404 static void IMXRT500_EnterLowPowerMode(uint8_t stateIndex, pm_resc_mask_t *pSoftRescMask, pm_resc_g… in IMXRT500_EnterLowPowerMode() argument
411 switch (stateIndex) in IMXRT500_EnterLowPowerMode()
438 POWER_EnterPowerMode((power_mode_cfg_t)stateIndex, enabledResources); in IMXRT500_EnterLowPowerMode()
/hal_nxp-3.6.0/mcux/mcux-sdk/components/power_manager/devices/MIMXRT595S/
Dfsl_pm_device.c21 static void IMXRT500_EnterLowPowerMode(uint8_t stateIndex, pm_resc_mask_t *pSoftRescMask, pm_resc_g…
404 static void IMXRT500_EnterLowPowerMode(uint8_t stateIndex, pm_resc_mask_t *pSoftRescMask, pm_resc_g… in IMXRT500_EnterLowPowerMode() argument
411 switch (stateIndex) in IMXRT500_EnterLowPowerMode()
438 POWER_EnterPowerMode((power_mode_cfg_t)stateIndex, enabledResources); in IMXRT500_EnterLowPowerMode()
/hal_nxp-3.6.0/mcux/mcux-sdk/components/power_manager/devices/MIMXRT1172/
Dfsl_pm_device.c202 static void RT1170_EnterPowerState(uint8_t stateIndex, pm_resc_mask_t *pSoftRescMask, pm_resc_group…
1421 static void RT1170_EnterPowerState(uint8_t stateIndex, pm_resc_mask_t *pSoftRescMask, pm_resc_group… in RT1170_EnterPowerState() argument
1428 if (stateIndex == 16U) in RT1170_EnterPowerState()
1473 GPC_CM_RequestRunModeSetPointTransition(CURRENT_GPC_INSTANCE, stateIndex); in RT1170_EnterPowerState()
1480 GPC_CM_RequestSleepModeSetPointTransition(CURRENT_GPC_INSTANCE, stateIndex, stateIndex, in RT1170_EnterPowerState()
/hal_nxp-3.6.0/mcux/mcux-sdk/components/power_manager/devices/MIMXRT1173/
Dfsl_pm_device.c202 static void RT1170_EnterPowerState(uint8_t stateIndex, pm_resc_mask_t *pSoftRescMask, pm_resc_group…
1421 static void RT1170_EnterPowerState(uint8_t stateIndex, pm_resc_mask_t *pSoftRescMask, pm_resc_group… in RT1170_EnterPowerState() argument
1428 if (stateIndex == 16U) in RT1170_EnterPowerState()
1473 GPC_CM_RequestRunModeSetPointTransition(CURRENT_GPC_INSTANCE, stateIndex); in RT1170_EnterPowerState()
1480 GPC_CM_RequestSleepModeSetPointTransition(CURRENT_GPC_INSTANCE, stateIndex, stateIndex, in RT1170_EnterPowerState()
/hal_nxp-3.6.0/mcux/mcux-sdk/components/power_manager/devices/MIMXRT1175/
Dfsl_pm_device.c202 static void RT1170_EnterPowerState(uint8_t stateIndex, pm_resc_mask_t *pSoftRescMask, pm_resc_group…
1421 static void RT1170_EnterPowerState(uint8_t stateIndex, pm_resc_mask_t *pSoftRescMask, pm_resc_group… in RT1170_EnterPowerState() argument
1428 if (stateIndex == 16U) in RT1170_EnterPowerState()
1473 GPC_CM_RequestRunModeSetPointTransition(CURRENT_GPC_INSTANCE, stateIndex); in RT1170_EnterPowerState()
1480 GPC_CM_RequestSleepModeSetPointTransition(CURRENT_GPC_INSTANCE, stateIndex, stateIndex, in RT1170_EnterPowerState()
/hal_nxp-3.6.0/mcux/mcux-sdk/components/power_manager/devices/MIMXRT1176/
Dfsl_pm_device.c202 static void RT1170_EnterPowerState(uint8_t stateIndex, pm_resc_mask_t *pSoftRescMask, pm_resc_group…
1421 static void RT1170_EnterPowerState(uint8_t stateIndex, pm_resc_mask_t *pSoftRescMask, pm_resc_group… in RT1170_EnterPowerState() argument
1428 if (stateIndex == 16U) in RT1170_EnterPowerState()
1473 GPC_CM_RequestRunModeSetPointTransition(CURRENT_GPC_INSTANCE, stateIndex); in RT1170_EnterPowerState()
1480 GPC_CM_RequestSleepModeSetPointTransition(CURRENT_GPC_INSTANCE, stateIndex, stateIndex, in RT1170_EnterPowerState()
/hal_nxp-3.6.0/mcux/mcux-sdk/components/power_manager/devices/MIMXRT1171/
Dfsl_pm_device.c202 static void RT1170_EnterPowerState(uint8_t stateIndex, pm_resc_mask_t *pSoftRescMask, pm_resc_group…
1421 static void RT1170_EnterPowerState(uint8_t stateIndex, pm_resc_mask_t *pSoftRescMask, pm_resc_group… in RT1170_EnterPowerState() argument
1428 if (stateIndex == 16U) in RT1170_EnterPowerState()
1473 GPC_CM_RequestRunModeSetPointTransition(CURRENT_GPC_INSTANCE, stateIndex); in RT1170_EnterPowerState()
1480 GPC_CM_RequestSleepModeSetPointTransition(CURRENT_GPC_INSTANCE, stateIndex, stateIndex, in RT1170_EnterPowerState()
/hal_nxp-3.6.0/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
/hal_nxp-3.6.0/mcux/mcux-sdk/CMSIS/Include/
Darm_math.h4581 …uint16_t stateIndex; /**< state buffer index. Points to the oldest sample in the state b… member
4594 …uint16_t stateIndex; /**< state buffer index. Points to the oldest sample in the state b… member
4607 …uint16_t stateIndex; /**< state buffer index. Points to the oldest sample in the state b… member
4620 …uint16_t stateIndex; /**< state buffer index. Points to the oldest sample in the state b… member