Home
last modified time | relevance | path

Searched defs:low (Results 1 – 15 of 15) sorted by relevance

/Zephyr-Core-3.5.0/drivers/sensor/ntc_thermistor/
Dntc_thermistor_calc.c42 int low = 0; in ntc_lookup_comp() local
95 int low, high; in ntc_get_temp_mc() local
/Zephyr-Core-3.5.0/include/zephyr/net/
Dptp_time.h114 uint32_t low; member
152 uint32_t low; member
168 uint32_t low; member
Dgptp.h54 int64_t low; member
65 uint64_t low; member
/Zephyr-Core-3.5.0/lib/libc/minimal/source/stdlib/
Dbsearch.c25 size_t low = 0; in bsearch() local
/Zephyr-Core-3.5.0/include/zephyr/arch/x86/
Dmsr.h61 uint32_t low = data & 0xFFFFFFFFU; in z_x86_msr_write() local
/Zephyr-Core-3.5.0/subsys/dsp/cmsis/public/
Dzdsp_backend_f16.h65 static inline void zdsp_clip_f16(const float16_t *src, float16_t *dst, float16_t low, in zdsp_clip_f16()
Dzdsp_backend.h190 static inline void zdsp_clip_q7(const q7_t *src, q7_t *dst, q7_t low, q7_t high, in zdsp_clip_q7()
195 static inline void zdsp_clip_q15(const q15_t *src, q15_t *dst, q15_t low, q15_t high, in zdsp_clip_q15()
200 static inline void zdsp_clip_q31(const q31_t *src, q31_t *dst, q31_t low, q31_t high, in zdsp_clip_q31()
205 static inline void zdsp_clip_f32(const float32_t *src, float32_t *dst, float32_t low, in zdsp_clip_f32()
/Zephyr-Core-3.5.0/subsys/dsp/arcmwdt/public/
Dzdsp_backend.h204 static inline void zdsp_clip_q7(const DSP_DATA q7_t *src, DSP_DATA q7_t *dst, q7_t low, q7_t high, in zdsp_clip_q7()
209 static inline void zdsp_clip_q15(const DSP_DATA q15_t *src, DSP_DATA q15_t *dst, q15_t low, in zdsp_clip_q15()
214 static inline void zdsp_clip_q31(const DSP_DATA q31_t *src, DSP_DATA q31_t *dst, q31_t low, in zdsp_clip_q31()
220 float32_t low, float32_t high, uint32_t num_samples) in zdsp_clip_f32()
/Zephyr-Core-3.5.0/drivers/spi/
Dspi_nxp_s32.c100 uint32_t low, high; in spi_nxp_s32_getbestfreq() local
187 uint32_t low, high; in spi_nxp_s32_getbestdelay() local
/Zephyr-Core-3.5.0/drivers/interrupt_controller/
Dintc_intel_vtd.h21 uint64_t low; member
56 uint64_t low; member
Dintc_intel_vtd.c238 static void fault_record_description(uint64_t low, uint64_t high) in fault_record_description()
/Zephyr-Core-3.5.0/arch/arc/core/
Darc_connect.c209 uint32_t low; in z_arc_connect_gfrc_read() local
/Zephyr-Core-3.5.0/subsys/bluetooth/host/
Dat.c497 uint32_t low, high; in at_list_get_range() local
/Zephyr-Core-3.5.0/include/zephyr/sys/
Dutil.h357 #define CLAMP(val, low, high) (((val) <= (low)) ? (low) : MIN(val, high)) argument
/Zephyr-Core-3.5.0/include/zephyr/toolchain/
Dgcc.h604 #define Z_CLAMP(val, low, high) ({ \ argument