/hal_nxp-3.6.0/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_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()
|
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_init_q15.c | 82 S->stateIndex = 0U; in arm_fir_sparse_init_q15()
|
D | arm_fir_sparse_init_q31.c | 81 S->stateIndex = 0U; in arm_fir_sparse_init_q31()
|
D | arm_fir_sparse_init_q7.c | 82 S->stateIndex = 0U; in arm_fir_sparse_init_q7()
|
D | arm_fir_sparse_init_f32.c | 82 S->stateIndex = 0U; in arm_fir_sparse_init_f32()
|
/hal_nxp-3.6.0/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-3.6.0/mcux/mcux-sdk/components/power_manager/devices/MIMXRT685S/ |
D | fsl_pm_device.c | 21 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/ |
D | fsl_pm_device.c | 21 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/ |
D | fsl_pm_device.c | 21 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/ |
D | fsl_pm_device.c | 21 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/ |
D | fsl_pm_device.c | 202 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/ |
D | fsl_pm_device.c | 202 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/ |
D | fsl_pm_device.c | 202 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/ |
D | fsl_pm_device.c | 202 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/ |
D | fsl_pm_device.c | 202 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/ |
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
|
/hal_nxp-3.6.0/mcux/mcux-sdk/CMSIS/Include/ |
D | arm_math.h | 4581 …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
|