Home
last modified time | relevance | path

Searched refs:v (Results 1 – 25 of 32) sorted by relevance

12

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/Core/Include/
Dcmsis_compiler.h101 struct __attribute__((packed)) T_UINT32 { uint32_t v; }; member
102 #define __UNALIGNED_UINT32(x) (((struct T_UINT32 *)(x))->v)
105 __PACKED_STRUCT T_UINT16_WRITE { uint16_t v; }; variable
106 …_UNALIGNED_UINT16_WRITE(addr, val) (void)((((struct T_UINT16_WRITE *)(void*)(addr))->v) = (val))
109 __PACKED_STRUCT T_UINT16_READ { uint16_t v; }; variable
110 …ne __UNALIGNED_UINT16_READ(addr) (((const struct T_UINT16_READ *)(const void *)(addr))->v)
113 __PACKED_STRUCT T_UINT32_WRITE { uint32_t v; }; variable
114 …UNALIGNED_UINT32_WRITE(addr, val) (void)((((struct T_UINT32_WRITE *)(void *)(addr))->v) = (val))
117 __PACKED_STRUCT T_UINT32_READ { uint32_t v; }; variable
118 …ne __UNALIGNED_UINT32_READ(addr) (((const struct T_UINT32_READ *)(const void *)(addr))->v)
[all …]
Dcmsis_armclang.h67 struct __attribute__((packed)) T_UINT32 { uint32_t v; }; member
69 #define __UNALIGNED_UINT32(x) (((struct T_UINT32 *)(x))->v)
75 __PACKED_STRUCT T_UINT16_WRITE { uint16_t v; }; variable
77 …UNALIGNED_UINT16_WRITE(addr, val) (void)((((struct T_UINT16_WRITE *)(void *)(addr))->v) = (val))
83 __PACKED_STRUCT T_UINT16_READ { uint16_t v; }; variable
85 …ne __UNALIGNED_UINT16_READ(addr) (((const struct T_UINT16_READ *)(const void *)(addr))->v)
91 __PACKED_STRUCT T_UINT32_WRITE { uint32_t v; }; variable
93 …UNALIGNED_UINT32_WRITE(addr, val) (void)((((struct T_UINT32_WRITE *)(void *)(addr))->v) = (val))
99 __PACKED_STRUCT T_UINT32_READ { uint32_t v; }; variable
101 …ne __UNALIGNED_UINT32_READ(addr) (((const struct T_UINT32_READ *)(const void *)(addr))->v)
Dcmsis_iccarm.h228 __packed struct __iar_u32 { uint32_t v; }; member
230 #define __UNALIGNED_UINT32(PTR) (((struct __iar_u32 *)(PTR))->v)
573 __STATIC_INLINE uint32_t __RBIT(uint32_t v) in __RBIT() argument
576 uint32_t r = v; in __RBIT()
577 for (v >>= 1U; v; v >>= 1U) in __RBIT()
580 r |= v & 1U; in __RBIT()
Dcmsis_armclang_ltm.h67 struct __attribute__((packed)) T_UINT32 { uint32_t v; }; member
69 #define __UNALIGNED_UINT32(x) (((struct T_UINT32 *)(x))->v)
75 __PACKED_STRUCT T_UINT16_WRITE { uint16_t v; }; variable
77 …UNALIGNED_UINT16_WRITE(addr, val) (void)((((struct T_UINT16_WRITE *)(void *)(addr))->v) = (val))
83 __PACKED_STRUCT T_UINT16_READ { uint16_t v; }; variable
85 …ne __UNALIGNED_UINT16_READ(addr) (((const struct T_UINT16_READ *)(const void *)(addr))->v)
91 __PACKED_STRUCT T_UINT32_WRITE { uint32_t v; }; variable
93 …UNALIGNED_UINT32_WRITE(addr, val) (void)((((struct T_UINT32_WRITE *)(void *)(addr))->v) = (val))
99 __PACKED_STRUCT T_UINT32_READ { uint32_t v; }; variable
101 …ne __UNALIGNED_UINT32_READ(addr) (((const struct T_UINT32_READ *)(const void *)(addr))->v)
Dcmsis_gcc.h74 struct __attribute__((packed)) T_UINT32 { uint32_t v; }; member
76 #define __UNALIGNED_UINT32(x) (((struct T_UINT32 *)(x))->v)
82 __PACKED_STRUCT T_UINT16_WRITE { uint16_t v; }; variable
84 …UNALIGNED_UINT16_WRITE(addr, val) (void)((((struct T_UINT16_WRITE *)(void *)(addr))->v) = (val))
90 __PACKED_STRUCT T_UINT16_READ { uint16_t v; }; variable
92 …ne __UNALIGNED_UINT16_READ(addr) (((const struct T_UINT16_READ *)(const void *)(addr))->v)
98 __PACKED_STRUCT T_UINT32_WRITE { uint32_t v; }; variable
100 …UNALIGNED_UINT32_WRITE(addr, val) (void)((((struct T_UINT32_WRITE *)(void *)(addr))->v) = (val))
106 __PACKED_STRUCT T_UINT32_READ { uint32_t v; }; variable
108 …ne __UNALIGNED_UINT32_READ(addr) (((const struct T_UINT32_READ *)(const void *)(addr))->v)
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/Include/
Dcmsis_compiler.h101 struct __attribute__((packed)) T_UINT32 { uint32_t v; }; member
102 #define __UNALIGNED_UINT32(x) (((struct T_UINT32 *)(x))->v)
105 __PACKED_STRUCT T_UINT16_WRITE { uint16_t v; }; variable
106 …_UNALIGNED_UINT16_WRITE(addr, val) (void)((((struct T_UINT16_WRITE *)(void*)(addr))->v) = (val))
109 __PACKED_STRUCT T_UINT16_READ { uint16_t v; }; variable
110 …ne __UNALIGNED_UINT16_READ(addr) (((const struct T_UINT16_READ *)(const void *)(addr))->v)
113 __PACKED_STRUCT T_UINT32_WRITE { uint32_t v; }; variable
114 …UNALIGNED_UINT32_WRITE(addr, val) (void)((((struct T_UINT32_WRITE *)(void *)(addr))->v) = (val))
117 __PACKED_STRUCT T_UINT32_READ { uint32_t v; }; variable
118 …ne __UNALIGNED_UINT32_READ(addr) (((const struct T_UINT32_READ *)(const void *)(addr))->v)
[all …]
Dcmsis_armclang.h71 struct __attribute__((packed)) T_UINT32 { uint32_t v; }; member
73 #define __UNALIGNED_UINT32(x) (((struct T_UINT32 *)(x))->v)
79 __PACKED_STRUCT T_UINT16_WRITE { uint16_t v; }; variable
81 …UNALIGNED_UINT16_WRITE(addr, val) (void)((((struct T_UINT16_WRITE *)(void *)(addr))->v) = (val))
87 __PACKED_STRUCT T_UINT16_READ { uint16_t v; }; variable
89 …ne __UNALIGNED_UINT16_READ(addr) (((const struct T_UINT16_READ *)(const void *)(addr))->v)
95 __PACKED_STRUCT T_UINT32_WRITE { uint32_t v; }; variable
97 …UNALIGNED_UINT32_WRITE(addr, val) (void)((((struct T_UINT32_WRITE *)(void *)(addr))->v) = (val))
103 __PACKED_STRUCT T_UINT32_READ { uint32_t v; }; variable
105 …ne __UNALIGNED_UINT32_READ(addr) (((const struct T_UINT32_READ *)(const void *)(addr))->v)
Dcmsis_iccarm.h226 __packed struct __iar_u32 { uint32_t v; }; member
228 #define __UNALIGNED_UINT32(PTR) (((struct __iar_u32 *)(PTR))->v)
540 __STATIC_INLINE uint32_t __RBIT(uint32_t v) in __RBIT() argument
543 uint32_t r = v; in __RBIT()
544 for (v >>= 1U; v; v >>= 1U) in __RBIT()
547 r |= v & 1U; in __RBIT()
Dcmsis_armclang_ltm.h71 struct __attribute__((packed)) T_UINT32 { uint32_t v; }; member
73 #define __UNALIGNED_UINT32(x) (((struct T_UINT32 *)(x))->v)
79 __PACKED_STRUCT T_UINT16_WRITE { uint16_t v; }; variable
81 …UNALIGNED_UINT16_WRITE(addr, val) (void)((((struct T_UINT16_WRITE *)(void *)(addr))->v) = (val))
87 __PACKED_STRUCT T_UINT16_READ { uint16_t v; }; variable
89 …ne __UNALIGNED_UINT16_READ(addr) (((const struct T_UINT16_READ *)(const void *)(addr))->v)
95 __PACKED_STRUCT T_UINT32_WRITE { uint32_t v; }; variable
97 …UNALIGNED_UINT32_WRITE(addr, val) (void)((((struct T_UINT32_WRITE *)(void *)(addr))->v) = (val))
103 __PACKED_STRUCT T_UINT32_READ { uint32_t v; }; variable
105 …ne __UNALIGNED_UINT32_READ(addr) (((const struct T_UINT32_READ *)(const void *)(addr))->v)
Dcmsis_gcc.h74 struct __attribute__((packed)) T_UINT32 { uint32_t v; }; member
76 #define __UNALIGNED_UINT32(x) (((struct T_UINT32 *)(x))->v)
82 __PACKED_STRUCT T_UINT16_WRITE { uint16_t v; }; variable
84 …UNALIGNED_UINT16_WRITE(addr, val) (void)((((struct T_UINT16_WRITE *)(void *)(addr))->v) = (val))
90 __PACKED_STRUCT T_UINT16_READ { uint16_t v; }; variable
92 …ne __UNALIGNED_UINT16_READ(addr) (((const struct T_UINT16_READ *)(const void *)(addr))->v)
98 __PACKED_STRUCT T_UINT32_WRITE { uint32_t v; }; variable
100 …UNALIGNED_UINT32_WRITE(addr, val) (void)((((struct T_UINT32_WRITE *)(void *)(addr))->v) = (val))
106 __PACKED_STRUCT T_UINT32_READ { uint32_t v; }; variable
108 …ne __UNALIGNED_UINT32_READ(addr) (((const struct T_UINT32_READ *)(const void *)(addr))->v)
/hal_nxp-latest/mcux/mcux-sdk/components/rtt/RTT/
DSEGGER_RTT_printf.c144 unsigned v, in _PrintUnsigned() argument
157 Number = v; in _PrintUnsigned()
214 Div = v / Digit; in _PrintUnsigned()
227 Div = v / Digit; in _PrintUnsigned()
228 v -= Div * Digit; in _PrintUnsigned()
262 int v, in _PrintInt() argument
271 Number = (v < 0) ? -v : v; in _PrintInt()
286 …if ((FieldWidth > 0u) && ((v < 0) || ((FormatFlags & FORMAT_FLAG_PRINT_SIGN) == FORMAT_FLAG_PRINT_… in _PrintInt()
315 if (v < 0) in _PrintInt()
317 v = -v; in _PrintInt()
[all …]
DSEGGER_RTT.c1669 unsigned v; in SEGGER_RTT_HasData() local
1675 v = pRing->WrOff; in SEGGER_RTT_HasData()
1676 return v - pRing->RdOff; in SEGGER_RTT_HasData()
1694 unsigned v; in SEGGER_RTT_HasDataUp() local
1700 v = pRing->RdOff; in SEGGER_RTT_HasDataUp()
1701 return pRing->WrOff - v; in SEGGER_RTT_HasDataUp()
/hal_nxp-latest/s32/drivers/s32ze/BaseNXP/include/
DCompiler.h126 #define VAR_ALIGN(v, size) __attribute__(( aligned(size) )) v; argument
179 #define VAR_ALIGN(v, size) __attribute__(( aligned(size) )) v; argument
223 #define VAR_ALIGN(v, size) v __attribute__(( aligned(size) )); argument
267 #define VAR_ALIGN(v, size) __attribute__(( aligned(size) )) v; argument
311 #define VAR_ALIGN(v, size) __attribute__(( aligned(size) )) v; argument
353 #define VAR_ALIGN(v, size) __align(size) v; argument
401 #define VAR_ALIGN(v, size) _Pragma(MCAL_PUT_IN_QUOTES1(data_alignment=size)) \ argument
402 v;
/hal_nxp-latest/s32/drivers/s32k3/BaseNXP/include/
DCompiler.h126 #define VAR_ALIGN(v, size) __attribute__(( aligned(size) )) v; argument
179 #define VAR_ALIGN(v, size) __attribute__(( aligned(size) )) v; argument
223 #define VAR_ALIGN(v, size) v __attribute__(( aligned(size) )); argument
267 #define VAR_ALIGN(v, size) __attribute__(( aligned(size) )) v; argument
311 #define VAR_ALIGN(v, size) __attribute__(( aligned(size) )) v; argument
353 #define VAR_ALIGN(v, size) __align(size) v; argument
401 #define VAR_ALIGN(v, size) _Pragma(MCAL_PUT_IN_QUOTES1(data_alignment=size)) \ argument
402 v;
/hal_nxp-latest/s32/drivers/s32k1/BaseNXP/include/
DCompiler.h126 #define VAR_ALIGN(v, size) __attribute__(( aligned(size) )) v; argument
179 #define VAR_ALIGN(v, size) __attribute__(( aligned(size) )) v; argument
223 #define VAR_ALIGN(v, size) v __attribute__(( aligned(size) )); argument
267 #define VAR_ALIGN(v, size) __attribute__(( aligned(size) )) v; argument
311 #define VAR_ALIGN(v, size) __attribute__(( aligned(size) )) v; argument
353 #define VAR_ALIGN(v, size) __align(size) v; argument
401 #define VAR_ALIGN(v, size) _Pragma(MCAL_PUT_IN_QUOTES1(data_alignment=size)) \ argument
402 v;
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/Include/
Darm_vec_math_f16.h258 any16x8_t v; in vrecip_f16() local
262 v.f = vecIn; in vrecip_f16()
263 v.i = vsubq(vdupq_n_s16(INV_NEWTON_INIT_F16), v.i); in vrecip_f16()
265 vecW = vmulq(vecSx, v.f); in vrecip_f16()
275 v.f = vmulq(v.f, vecTmp); in vrecip_f16()
277 v.f = vdupq_m(v.f, F16INFINITY, vcmpeqq(vecIn, 0.0f)); in vrecip_f16()
281 v.f = vnegq_m(v.f, v.f, vcmpltq(vecIn, 0.0f)); in vrecip_f16()
282 return v.f; in vrecip_f16()
Darm_vec_math.h251 any32x4_t v; in vrecip_f32() local
255 v.f = vecIn; in vrecip_f32()
256 v.i = vsubq(vdupq_n_s32(INV_NEWTON_INIT_F32), v.i); in vrecip_f32()
258 vecW = vmulq(vecSx, v.f); in vrecip_f32()
268 v.f = vmulq(v.f, vecTmp); in vrecip_f32()
270 v.f = vdupq_m(v.f, INFINITY, vcmpeqq(vecIn, 0.0f)); in vrecip_f32()
274 v.f = vnegq_m(v.f, v.f, vcmpltq(vecIn, 0.0f)); in vrecip_f32()
275 return v.f; in vrecip_f32()
/hal_nxp-latest/s32/drivers/s32k3/Eth_GMAC/src/
DGmac_Ip_Hw_Access.c116 uint32 v; in REV_BITS_32() local
118 v = value; in REV_BITS_32()
119 v = (((v & (0xAAAAAAAAU)) >> 1U) | ((v & (0x55555555U)) << 1U)); in REV_BITS_32()
120 v = (((v & (0xCCCCCCCCU)) >> 2U) | ((v & (0x33333333U)) << 2U)); in REV_BITS_32()
121 v = (((v & (0xF0F0F0F0U)) >> 4U) | ((v & (0x0F0F0F0FU)) << 4U)); in REV_BITS_32()
122 v = (((v & (0xFF00FF00U)) >> 8U) | ((v & (0x00FF00FFU)) << 8U)); in REV_BITS_32()
123 return ((v >> 16U) | (v << 16U)); in REV_BITS_32()
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-multicore/
DChangeLogKSDK.txt9 - eRPC generator (erpcgen) v.1.13.0
27 - eRPC generator (erpcgen) v.1.12.0
46 - eRPC generator (erpcgen) v.1.11.0
60 - eRPC: Align LIBUSBSIO.GetNumPorts API use with libusbsio python module v. 2.1.11.
81 - eRPC generator (erpcgen) v.1.10.0
92 - eRPC generator (erpcgen) v.1.10.0
124 - eRPC generator (erpcgen) v.1.9.1
132 - eRPC generator (erpcgen) v.1.9.1
166 - eRPC generator (erpcgen) v.1.9.0
174 - eRPC generator (erpcgen) v.1.9.0
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8UD5/drivers/upower/
Dupower_soc_defs.h233 #define UPWR_VOLT_MILIV(v) (v) /* voltage in mV to argument value */ argument
234 #define UPWR_VOLT_MICROV(v)((v) / 1000U) /* voltage in uV to argument value */ argument
235 #define UPWR_BIAS_MILIV(v) (((v) + 49UL ) / 50UL) /* bias voltage(mV) to argument value */ argument
236 #define UPWR_BIAS2MILIV(v) ((v) * 50UL) /* inverse of UPWR_BIAS_MILIV */ argument
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8UD7/drivers/upower/
Dupower_soc_defs.h233 #define UPWR_VOLT_MILIV(v) (v) /* voltage in mV to argument value */ argument
234 #define UPWR_VOLT_MICROV(v)((v) / 1000U) /* voltage in uV to argument value */ argument
235 #define UPWR_BIAS_MILIV(v) (((v) + 49UL ) / 50UL) /* bias voltage(mV) to argument value */ argument
236 #define UPWR_BIAS2MILIV(v) ((v) * 50UL) /* inverse of UPWR_BIAS_MILIV */ argument
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8US5/drivers/upower/
Dupower_soc_defs.h233 #define UPWR_VOLT_MILIV(v) (v) /* voltage in mV to argument value */ argument
234 #define UPWR_VOLT_MICROV(v)((v) / 1000U) /* voltage in uV to argument value */ argument
235 #define UPWR_BIAS_MILIV(v) (((v) + 49UL ) / 50UL) /* bias voltage(mV) to argument value */ argument
236 #define UPWR_BIAS2MILIV(v) ((v) * 50UL) /* inverse of UPWR_BIAS_MILIV */ argument
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8US3/drivers/upower/
Dupower_soc_defs.h233 #define UPWR_VOLT_MILIV(v) (v) /* voltage in mV to argument value */ argument
234 #define UPWR_VOLT_MICROV(v)((v) / 1000U) /* voltage in uV to argument value */ argument
235 #define UPWR_BIAS_MILIV(v) (((v) + 49UL ) / 50UL) /* bias voltage(mV) to argument value */ argument
236 #define UPWR_BIAS2MILIV(v) ((v) * 50UL) /* inverse of UPWR_BIAS_MILIV */ argument
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8UD3/drivers/upower/
Dupower_soc_defs.h233 #define UPWR_VOLT_MILIV(v) (v) /* voltage in mV to argument value */ argument
234 #define UPWR_VOLT_MICROV(v)((v) / 1000U) /* voltage in uV to argument value */ argument
235 #define UPWR_BIAS_MILIV(v) (((v) + 49UL ) / 50UL) /* bias voltage(mV) to argument value */ argument
236 #define UPWR_BIAS2MILIV(v) ((v) * 50UL) /* inverse of UPWR_BIAS_MILIV */ argument
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/Source/FilteringFunctions/
Darm_iir_lattice_q15.c74 … q31_t v; /* Temporary variable for ladder coefficient */ in arm_iir_lattice_q15() local
157 v = read_q15x2_ia (&pv); in arm_iir_lattice_q15()
171 acc = __SMLALD(gnext, v, acc); in arm_iir_lattice_q15()
200 v = read_q15x2_ia (&pv); in arm_iir_lattice_q15()
213 acc = __SMLALD(gnext, v, acc); in arm_iir_lattice_q15()

12