Home
last modified time | relevance | path

Searched refs:retValue (Results 1 – 10 of 10) sorted by relevance

/hal_nxp-3.6.0/mcux/mcux-sdk/CMSIS/DSP/Source/TransformFunctions/
Darm_cfft_f16.c42 float16_t retValue=1.0; in arm_inverse_fft_length_f16() local
48 retValue = (float16_t)0.000244140625f; in arm_inverse_fft_length_f16()
52 retValue = (float16_t)0.00048828125f; in arm_inverse_fft_length_f16()
56 retValue = (float16_t)0.0009765625f; in arm_inverse_fft_length_f16()
60 retValue = (float16_t)0.001953125f; in arm_inverse_fft_length_f16()
64 retValue = (float16_t)0.00390625f; in arm_inverse_fft_length_f16()
68 retValue = (float16_t)0.0078125f; in arm_inverse_fft_length_f16()
72 retValue = (float16_t)0.015625f; in arm_inverse_fft_length_f16()
76 retValue = (float16_t)0.03125f; in arm_inverse_fft_length_f16()
80 retValue = (float16_t)0.0625f; in arm_inverse_fft_length_f16()
[all …]
Darm_cfft_f32.c41 float32_t retValue=1.0; in arm_inverse_fft_length_f32() local
47 retValue = 0.000244140625; in arm_inverse_fft_length_f32()
51 retValue = 0.00048828125; in arm_inverse_fft_length_f32()
55 retValue = 0.0009765625f; in arm_inverse_fft_length_f32()
59 retValue = 0.001953125; in arm_inverse_fft_length_f32()
63 retValue = 0.00390625f; in arm_inverse_fft_length_f32()
67 retValue = 0.0078125; in arm_inverse_fft_length_f32()
71 retValue = 0.015625f; in arm_inverse_fft_length_f32()
75 retValue = 0.03125; in arm_inverse_fft_length_f32()
79 retValue = 0.0625f; in arm_inverse_fft_length_f32()
[all …]
/hal_nxp-3.6.0/mcux/mcux-sdk/components/timer/
Dfsl_adapter_ostimer.c112 uint64_t retValue; in HAL_TimerGetMaxTimeout() local
118retValue = COUNT_TO_USEC(((uint64_t)0xFFFFFFFF - (uint64_t)reserveCount), (uint64_t)halTimerState-… in HAL_TimerGetMaxTimeout()
119 …return (uint32_t)((retValue > 0xFFFFFFFFU) ? (0xFFFFFFFFU - reserveMs * 1000U) : (uint32_t)retValu… in HAL_TimerGetMaxTimeout()
Dfsl_adapter_lpit.c144 uint64_t retValue; in HAL_TimerGetMaxTimeout() local
150retValue = COUNT_TO_USEC(((uint64_t)0xFFFFFFFF - (uint64_t)reserveCount), (uint64_t)halTimerState-… in HAL_TimerGetMaxTimeout()
151 …return (uint32_t)((retValue > 0xFFFFFFFFU) ? (0xFFFFFFFFU - reserveMs * 1000U) : (uint32_t)retValu… in HAL_TimerGetMaxTimeout()
Dfsl_adapter_mrt.c138 uint64_t retValue; in HAL_TimerGetMaxTimeout() local
144retValue = COUNT_TO_USEC(((uint64_t)0xFFFFFFFF - (uint64_t)reserveCount), (uint64_t)halTimerState-… in HAL_TimerGetMaxTimeout()
145 …return (uint32_t)((retValue > 0xFFFFFFFFU) ? (0xFFFFFFFFU - reserveMs * 1000U) : (uint32_t)retValu… in HAL_TimerGetMaxTimeout()
Dfsl_adapter_pit.c168 uint64_t retValue; in HAL_TimerGetMaxTimeout() local
174retValue = COUNT_TO_USEC(((uint64_t)0xFFFFFFFF - (uint64_t)reserveCount), (uint64_t)halTimerState-… in HAL_TimerGetMaxTimeout()
175 …return (uint32_t)((retValue > 0xFFFFFFFFU) ? (0xFFFFFFFFU - reserveMs * 1000U) : (uint32_t)retValu… in HAL_TimerGetMaxTimeout()
Dfsl_adapter_ctimer.c151 uint64_t retValue; in HAL_TimerGetMaxTimeout() local
157retValue = COUNT_TO_USEC(((uint64_t)0xFFFFFFFF - (uint64_t)reserveCount), (uint64_t)halTimerState-… in HAL_TimerGetMaxTimeout()
158 …return (uint32_t)((retValue > 0xFFFFFFFFU) ? (0xFFFFFFFFU - reserveMs * 1000U) : (uint32_t)retValu… in HAL_TimerGetMaxTimeout()
Dfsl_adapter_ftm.c154 uint64_t retValue; in HAL_TimerGetMaxTimeout() local
160retValue = COUNT_TO_USEC(((uint64_t)0xFFFFFFFF - (uint64_t)reserveCount), (uint64_t)halTimerState-… in HAL_TimerGetMaxTimeout()
161 …return (uint32_t)((retValue > 0xFFFFFFFFU) ? (0xFFFFFFFFU - reserveMs * 1000U) : (uint32_t)retValu… in HAL_TimerGetMaxTimeout()
Dfsl_adapter_lptmr.c178 uint64_t retValue; in HAL_TimerGetMaxTimeout() local
184retValue = COUNT_TO_USEC(((uint64_t)0xFFFFFFFF - (uint64_t)reserveCount), (uint64_t)halTimerState-… in HAL_TimerGetMaxTimeout()
185 …return (uint32_t)((retValue > 0xFFFFFFFFU) ? (0xFFFFFFFFU - reserveMs * 1000U) : (uint32_t)retValu… in HAL_TimerGetMaxTimeout()
/hal_nxp-3.6.0/s32/drivers/s32ze/Can_CANEXCEL/src/
DCanEXCEL_Ip_HwAccess.c102 uint8 retValue = 0; in CanXL_GetMDQueueDepth() local
106 retValue = (uint8)(base->FIFOCTRL[MDindex>>5U]&CANXL_GRP_CONTROL_FIFOCTRL_FIFODPH1_MASK); in CanXL_GetMDQueueDepth()
110retValue = (uint8)((base->FIFOCTRL[MDindex>>5U]&CANXL_GRP_CONTROL_FIFOCTRL_FIFODPH2_MASK)>>CANXL_G… in CanXL_GetMDQueueDepth()
112 return retValue; in CanXL_GetMDQueueDepth()