Home
last modified time | relevance | path

Searched refs:number (Results 1 – 25 of 51) sorted by relevance

123

/hal_nxp-latest/mcux/mcux-sdk/drivers/sdadc/
Dfsl_sdadc.h261 sdadc_channel_number_t number; /*!< Sets channel number. */ member
298 sdadc_channel_number_t number; /*!< Channel number. */ member
364 sdadc_channel_number_t number, in SDADC_ControlModulatorPowerEnable() argument
372 base->ADC_CTL_0 |= (0x1U << (number + SDADC_ADC_CTL_0_ADCP_POWER_ENABLE_SHIFT)); in SDADC_ControlModulatorPowerEnable()
376 base->ADC_CTL_0 |= (0x1U << (number + SDADC_ADC_CTL_0_ADCN_POWER_ENABLE_SHIFT)); in SDADC_ControlModulatorPowerEnable()
380 base->ADC_CTL_0 |= ((0x1U << (number + SDADC_ADC_CTL_0_ADCP_POWER_ENABLE_SHIFT)) | in SDADC_ControlModulatorPowerEnable()
381 (0x1U << (number + SDADC_ADC_CTL_0_ADCN_POWER_ENABLE_SHIFT))); in SDADC_ControlModulatorPowerEnable()
388 base->ADC_CTL_0 &= ~(0x1U << (number + SDADC_ADC_CTL_0_ADCP_POWER_ENABLE_SHIFT)); in SDADC_ControlModulatorPowerEnable()
392 base->ADC_CTL_0 &= ~(0x1U << (number + SDADC_ADC_CTL_0_ADCN_POWER_ENABLE_SHIFT)); in SDADC_ControlModulatorPowerEnable()
396 base->ADC_CTL_0 &= ~((0x1U << (number + SDADC_ADC_CTL_0_ADCP_POWER_ENABLE_SHIFT)) | in SDADC_ControlModulatorPowerEnable()
[all …]
Dfsl_sdadc.c122 SDADC_ConfigureChannelMode(base, channelConfig->number, channelConfig->mode); in SDADC_Init()
129 SDADC_ControlDacCompensationEnable(base, channelConfig->number, channelConfig->type, in SDADC_Init()
132 SDADC_ControlModulatorDcLoopEnable(base, channelConfig->number, channelConfig->type, in SDADC_Init()
138 … SDADC_ControlDacCompensationEnable(base, channelConfig->number, channelConfig->type, false); in SDADC_Init()
140 … SDADC_ControlModulatorDcLoopEnable(base, channelConfig->number, channelConfig->type, false); in SDADC_Init()
144 SDADC_ControlDecimatorDcFilterEnable(base, channelConfig->number, channelConfig->type, in SDADC_Init()
147 SDADC_ControlDecimatorOutputInvertEnable(base, channelConfig->number, channelConfig->type, in SDADC_Init()
151 …SDADC_ConfigureDecimatorVolume(base, channelConfig->number, channelConfig->type, channelConfig->vo… in SDADC_Init()
153 …SDADC_ConfigureDecimatorSampleRate(base, channelConfig->number, channelConfig->type, channelConfig… in SDADC_Init()
155 …SDADC_ConfigureFifoWatermark(base, channelConfig->number, channelConfig->type, channelConfig->wate… in SDADC_Init()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/Source/FastMathFunctions/
Darm_sqrt_q15.c55 q15_t number, temp1, var1, signBits1, half; in arm_sqrt_q15() local
63 number = in; in arm_sqrt_q15()
66 if (number > 0) in arm_sqrt_q15()
68 signBits1 = __CLZ(number) - 17; in arm_sqrt_q15()
73 number = number << signBits1; in arm_sqrt_q15()
77 number = number << (signBits1 - 1); in arm_sqrt_q15()
81 half = number >> 1; in arm_sqrt_q15()
83 temp1 = number; in arm_sqrt_q15()
86 temp_float1 = number * 3.051757812500000e-005f; in arm_sqrt_q15()
Darm_sqrt_q31.c55 q31_t number, temp1, var1, signBits1, half; in arm_sqrt_q31() local
63 number = in; in arm_sqrt_q31()
66 if (number > 0) in arm_sqrt_q31()
68 signBits1 = __CLZ(number) - 1; in arm_sqrt_q31()
73 number = number << signBits1; in arm_sqrt_q31()
77 number = number << (signBits1 - 1); in arm_sqrt_q31()
81 half = number >> 1; in arm_sqrt_q31()
83 temp1 = number; in arm_sqrt_q31()
86 temp_float1 = number * 4.6566128731e-010f; in arm_sqrt_q31()
/hal_nxp-latest/mcux/mcux-sdk/utilities/unity/
Dunity.c283 static void UnityPrintNumberByStyle(const _U_SINT number, const UNITY_DISPLAY_STYLE_T style);
357 static void UnityPrintNumberByStyle(const _U_SINT number, const UNITY_DISPLAY_STYLE_T style) in UnityPrintNumberByStyle() argument
361 UnityPrintNumber(number); in UnityPrintNumberByStyle()
365 … UnityPrintNumberUnsigned((_U_UINT)number & UnitySizeMask[((_U_UINT)style & (_U_UINT)0x0F) - 1]); in UnityPrintNumberByStyle()
369 UnityPrintNumberHex((_U_UINT)number, (style & 0x000FU) << 1); in UnityPrintNumberByStyle()
379 _U_SINT number = number_to_print; in UnityPrintNumber() local
381 if (number < 0) in UnityPrintNumber()
384 number = -number; in UnityPrintNumber()
388 while (number / divisor > 9) in UnityPrintNumber()
404 UNITY_OUTPUT_CHAR((char)('0' + (number / divisor % 10))); in UnityPrintNumber()
[all …]
Dunity_internals.h418 void UnityPrintMask(const _U_UINT mask, const _U_UINT number);
420 void UnityPrintNumberUnsigned(const _U_UINT number);
421 void UnityPrintNumberHex(const _U_UINT number, const char nibbles_to_print);
423 void UnityPrintFloat(const _UF number);
/hal_nxp-latest/mcux/mcux-sdk/drivers/lpc_dma/
Dfsl_dma.h47 #define DMA_ALLOCATE_HEAD_DESCRIPTORS(name, number) \ argument
48 SDK_ALIGN(dma_descriptor_t name[number], FSL_FEATURE_DMA_DESCRIPTOR_ALIGN_SIZE)
56 #define DMA_ALLOCATE_HEAD_DESCRIPTORS_AT_NONCACHEABLE(name, number) \ argument
57 …AT_NONCACHEABLE_SECTION_ALIGN(dma_descriptor_t name[number], FSL_FEATURE_DMA_DESCRIPTOR_ALIGN_SIZE)
65 #define DMA_ALLOCATE_LINK_DESCRIPTORS(name, number) \ argument
66 SDK_ALIGN(dma_descriptor_t name[number], FSL_FEATURE_DMA_LINK_DESCRIPTOR_ALIGN_SIZE)
74 #define DMA_ALLOCATE_LINK_DESCRIPTORS_AT_NONCACHEABLE(name, number) \ argument
75 …AT_NONCACHEABLE_SECTION_ALIGN(dma_descriptor_t name[number], FSL_FEATURE_DMA_LINK_DESCRIPTOR_ALIGN…
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8ML3/drivers/
Dfsl_cache.c154 uint32_t number = (L2CACHEC->REG1_AUX_CONTROL & L2CACHEC_REG1_AUX_CONTROL_ASSOCIATIVITY_MASK) >> in L2CACHE_GetWayNumSize() local
159 *num_ways = (number + 1) * L2CACHE_SMALLWAYS_NUM; in L2CACHE_GetWayNumSize()
252 uint32_t number = (L2CACHEC->REG1_AUX_CONTROL & L2CACHEC_REG1_AUX_CONTROL_ASSOCIATIVITY_MASK) >> in L2CACHE_GetDefaultConfig() local
258 config->wayNum = (l2cache_way_num_t)number; in L2CACHE_GetDefaultConfig()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1176/drivers/cm7/
Dfsl_cache.c154 uint32_t number = (L2CACHEC->REG1_AUX_CONTROL & L2CACHEC_REG1_AUX_CONTROL_ASSOCIATIVITY_MASK) >> in L2CACHE_GetWayNumSize() local
159 *num_ways = (number + 1) * L2CACHE_SMALLWAYS_NUM; in L2CACHE_GetWayNumSize()
252 uint32_t number = (L2CACHEC->REG1_AUX_CONTROL & L2CACHEC_REG1_AUX_CONTROL_ASSOCIATIVITY_MASK) >> in L2CACHE_GetDefaultConfig() local
258 config->wayNum = (l2cache_way_num_t)number; in L2CACHE_GetDefaultConfig()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1165/drivers/cm7/
Dfsl_cache.c154 uint32_t number = (L2CACHEC->REG1_AUX_CONTROL & L2CACHEC_REG1_AUX_CONTROL_ASSOCIATIVITY_MASK) >> in L2CACHE_GetWayNumSize() local
159 *num_ways = (number + 1) * L2CACHE_SMALLWAYS_NUM; in L2CACHE_GetWayNumSize()
252 uint32_t number = (L2CACHEC->REG1_AUX_CONTROL & L2CACHEC_REG1_AUX_CONTROL_ASSOCIATIVITY_MASK) >> in L2CACHE_GetDefaultConfig() local
258 config->wayNum = (l2cache_way_num_t)number; in L2CACHE_GetDefaultConfig()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1189/drivers/cm7/
Dfsl_cache.c154 uint32_t number = (L2CACHEC->REG1_AUX_CONTROL & L2CACHEC_REG1_AUX_CONTROL_ASSOCIATIVITY_MASK) >> in L2CACHE_GetWayNumSize() local
159 *num_ways = (number + 1) * L2CACHE_SMALLWAYS_NUM; in L2CACHE_GetWayNumSize()
252 uint32_t number = (L2CACHEC->REG1_AUX_CONTROL & L2CACHEC_REG1_AUX_CONTROL_ASSOCIATIVITY_MASK) >> in L2CACHE_GetDefaultConfig() local
258 config->wayNum = (l2cache_way_num_t)number; in L2CACHE_GetDefaultConfig()
/hal_nxp-latest/mcux/mcux-sdk/drivers/cache/armv7-m7/
Dfsl_cache.c154 uint32_t number = (L2CACHEC->REG1_AUX_CONTROL & L2CACHEC_REG1_AUX_CONTROL_ASSOCIATIVITY_MASK) >> in L2CACHE_GetWayNumSize() local
159 *num_ways = (number + 1) * L2CACHE_SMALLWAYS_NUM; in L2CACHE_GetWayNumSize()
252 uint32_t number = (L2CACHEC->REG1_AUX_CONTROL & L2CACHEC_REG1_AUX_CONTROL_ASSOCIATIVITY_MASK) >> in L2CACHE_GetDefaultConfig() local
258 config->wayNum = (l2cache_way_num_t)number; in L2CACHE_GetDefaultConfig()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8ML4/drivers/
Dfsl_cache.c154 uint32_t number = (L2CACHEC->REG1_AUX_CONTROL & L2CACHEC_REG1_AUX_CONTROL_ASSOCIATIVITY_MASK) >> in L2CACHE_GetWayNumSize() local
159 *num_ways = (number + 1) * L2CACHE_SMALLWAYS_NUM; in L2CACHE_GetWayNumSize()
252 uint32_t number = (L2CACHEC->REG1_AUX_CONTROL & L2CACHEC_REG1_AUX_CONTROL_ASSOCIATIVITY_MASK) >> in L2CACHE_GetDefaultConfig() local
258 config->wayNum = (l2cache_way_num_t)number; in L2CACHE_GetDefaultConfig()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1173/drivers/cm7/
Dfsl_cache.c154 uint32_t number = (L2CACHEC->REG1_AUX_CONTROL & L2CACHEC_REG1_AUX_CONTROL_ASSOCIATIVITY_MASK) >> in L2CACHE_GetWayNumSize() local
159 *num_ways = (number + 1) * L2CACHE_SMALLWAYS_NUM; in L2CACHE_GetWayNumSize()
252 uint32_t number = (L2CACHEC->REG1_AUX_CONTROL & L2CACHEC_REG1_AUX_CONTROL_ASSOCIATIVITY_MASK) >> in L2CACHE_GetDefaultConfig() local
258 config->wayNum = (l2cache_way_num_t)number; in L2CACHE_GetDefaultConfig()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1171/drivers/cm7/
Dfsl_cache.c154 uint32_t number = (L2CACHEC->REG1_AUX_CONTROL & L2CACHEC_REG1_AUX_CONTROL_ASSOCIATIVITY_MASK) >> in L2CACHE_GetWayNumSize() local
159 *num_ways = (number + 1) * L2CACHE_SMALLWAYS_NUM; in L2CACHE_GetWayNumSize()
252 uint32_t number = (L2CACHEC->REG1_AUX_CONTROL & L2CACHEC_REG1_AUX_CONTROL_ASSOCIATIVITY_MASK) >> in L2CACHE_GetDefaultConfig() local
258 config->wayNum = (l2cache_way_num_t)number; in L2CACHE_GetDefaultConfig()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1172/drivers/cm7/
Dfsl_cache.c154 uint32_t number = (L2CACHEC->REG1_AUX_CONTROL & L2CACHEC_REG1_AUX_CONTROL_ASSOCIATIVITY_MASK) >> in L2CACHE_GetWayNumSize() local
159 *num_ways = (number + 1) * L2CACHE_SMALLWAYS_NUM; in L2CACHE_GetWayNumSize()
252 uint32_t number = (L2CACHEC->REG1_AUX_CONTROL & L2CACHEC_REG1_AUX_CONTROL_ASSOCIATIVITY_MASK) >> in L2CACHE_GetDefaultConfig() local
258 config->wayNum = (l2cache_way_num_t)number; in L2CACHE_GetDefaultConfig()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1166/drivers/cm7/
Dfsl_cache.c154 uint32_t number = (L2CACHEC->REG1_AUX_CONTROL & L2CACHEC_REG1_AUX_CONTROL_ASSOCIATIVITY_MASK) >> in L2CACHE_GetWayNumSize() local
159 *num_ways = (number + 1) * L2CACHE_SMALLWAYS_NUM; in L2CACHE_GetWayNumSize()
252 uint32_t number = (L2CACHEC->REG1_AUX_CONTROL & L2CACHEC_REG1_AUX_CONTROL_ASSOCIATIVITY_MASK) >> in L2CACHE_GetDefaultConfig() local
258 config->wayNum = (l2cache_way_num_t)number; in L2CACHE_GetDefaultConfig()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1175/drivers/cm7/
Dfsl_cache.c154 uint32_t number = (L2CACHEC->REG1_AUX_CONTROL & L2CACHEC_REG1_AUX_CONTROL_ASSOCIATIVITY_MASK) >> in L2CACHE_GetWayNumSize() local
159 *num_ways = (number + 1) * L2CACHE_SMALLWAYS_NUM; in L2CACHE_GetWayNumSize()
252 uint32_t number = (L2CACHEC->REG1_AUX_CONTROL & L2CACHEC_REG1_AUX_CONTROL_ASSOCIATIVITY_MASK) >> in L2CACHE_GetDefaultConfig() local
258 config->wayNum = (l2cache_way_num_t)number; in L2CACHE_GetDefaultConfig()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8ML6/drivers/
Dfsl_cache.c154 uint32_t number = (L2CACHEC->REG1_AUX_CONTROL & L2CACHEC_REG1_AUX_CONTROL_ASSOCIATIVITY_MASK) >> in L2CACHE_GetWayNumSize() local
159 *num_ways = (number + 1) * L2CACHE_SMALLWAYS_NUM; in L2CACHE_GetWayNumSize()
252 uint32_t number = (L2CACHEC->REG1_AUX_CONTROL & L2CACHEC_REG1_AUX_CONTROL_ASSOCIATIVITY_MASK) >> in L2CACHE_GetDefaultConfig() local
258 config->wayNum = (l2cache_way_num_t)number; in L2CACHE_GetDefaultConfig()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1187/drivers/cm7/
Dfsl_cache.c154 uint32_t number = (L2CACHEC->REG1_AUX_CONTROL & L2CACHEC_REG1_AUX_CONTROL_ASSOCIATIVITY_MASK) >> in L2CACHE_GetWayNumSize() local
159 *num_ways = (number + 1) * L2CACHE_SMALLWAYS_NUM; in L2CACHE_GetWayNumSize()
252 uint32_t number = (L2CACHEC->REG1_AUX_CONTROL & L2CACHEC_REG1_AUX_CONTROL_ASSOCIATIVITY_MASK) >> in L2CACHE_GetDefaultConfig() local
258 config->wayNum = (l2cache_way_num_t)number; in L2CACHE_GetDefaultConfig()
/hal_nxp-latest/s32/
DREADME57 - Set the number of UART LINFlexD instances configured that bases on the number of
59 - Set the number of SPI instances configured that bases on the number of devicetree SPI
/hal_nxp-latest/mcux/mcux-sdk/drivers/sysmpu/
Dfsl_sysmpu.h291 static inline void SYSMPU_RegionEnable(SYSMPU_Type *base, uint32_t number, bool enable) in SYSMPU_RegionEnable() argument
296 base->WORD[number][3] |= SYSMPU_WORD_VLD_MASK; in SYSMPU_RegionEnable()
300 base->WORD[number][3] &= ~SYSMPU_WORD_VLD_MASK; in SYSMPU_RegionEnable()
/hal_nxp-latest/mcux/mcux-sdk/components/osa/
Dfsl_os_abstraction_bm.c133 uint16_t number; /*!< The number of messages in the queue */ member
1212 pMsgQStruct->number = 0; in OSA_MsgQCreate()
1244 if (pQueue->number >= pQueue->max) in OSA_MsgQPut()
1256 pQueue->number++; in OSA_MsgQPut()
1311 if (0U != pQueue->number) in OSA_MsgQGet()
1319 pQueue->number--; in OSA_MsgQGet()
1382 return (int)pQueue->number; in OSA_MsgQAvailableMsgs()
/hal_nxp-latest/imx/drivers/
Decspi.h207 static inline void ECSPI_InsertWaitState(ECSPI_Type* base, uint32_t number) in ECSPI_InsertWaitState() argument
211 ECSPI_PERIODREG_SAMPLE_PERIOD(number); in ECSPI_InsertWaitState()
/hal_nxp-latest/mcux/
DCMakeLists.txt2 # Translate the SoC name and part number into the mcux device and cpu
7 # MCUX_CPU: "CPU"+ SOC part number, followed by core name when using a dual core part.

123