Home
last modified time | relevance | path

Searched defs:high (Results 1 – 18 of 18) sorted by relevance

/Zephyr-latest/include/zephyr/net/
Dptp_time.h119 uint16_t high; member
162 uint16_t high; member
183 uint16_t high; member
Dgptp.h53 int32_t high; member
64 uint32_t high; member
/Zephyr-latest/drivers/sensor/ntc_thermistor/
Dntc_thermistor_calc.c41 int high = type->n_comp - 1; in ntc_lookup_comp() local
87 int low, high; in ntc_get_temp_mc() local
/Zephyr-latest/lib/libc/minimal/source/stdlib/
Dbsearch.c26 size_t high = count; in bsearch() local
/Zephyr-latest/include/zephyr/arch/x86/
Dmsr.h60 uint32_t high = data >> 32; in z_x86_msr_write() local
/Zephyr-latest/subsys/dsp/cmsis/public/
Dzdsp_backend_f16.h66 float16_t high, uint32_t num_samples) 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()
206 float32_t high, uint32_t num_samples) in zdsp_clip_f32()
/Zephyr-latest/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()
210 q15_t high, uint32_t num_samples) in zdsp_clip_q15()
215 q31_t high, uint32_t num_samples) in zdsp_clip_q31()
220 float32_t low, float32_t high, uint32_t num_samples) in zdsp_clip_f32()
/Zephyr-latest/drivers/spi/
Dspi_nxp_s32.c99 uint32_t low, high; in spi_nxp_s32_getbestfreq() local
186 uint32_t low, high; in spi_nxp_s32_getbestdelay() local
/Zephyr-latest/include/zephyr/dt-bindings/clock/
Dmcux_lpc_syscon_clock.h14 #define MCUX_LPC_CLK_ID(high, low) ((high << 8) | (low)) argument
/Zephyr-latest/drivers/interrupt_controller/
Dintc_intel_vtd.h22 uint64_t high; member
57 uint64_t high; member
Dintc_intel_vtd.c238 static void fault_record_description(uint64_t low, uint64_t high) in fault_record_description()
/Zephyr-latest/drivers/espi/
Despi_taf_npcx.c103 uint32_t base, high; in espi_taf_check_read_protect() local
133 uint32_t base, high; in espi_taf_check_write_protect() local
/Zephyr-latest/arch/arc/core/
Darc_connect.c210 uint32_t high; in z_arc_connect_gfrc_read() local
/Zephyr-latest/subsys/bluetooth/host/classic/
Dat.c497 uint32_t low, high; in at_list_get_range() local
/Zephyr-latest/include/zephyr/sys/
Dutil.h417 #define CLAMP(val, low, high) (((val) <= (low)) ? (low) : MIN(val, high)) argument
/Zephyr-latest/include/zephyr/toolchain/
Dgcc.h627 #define Z_CLAMP(val, low, high) ({ \ argument
/Zephyr-latest/subsys/net/ip/
Dutils.c82 uint8_t high = (byte >> 4) & 0x0f; in net_byte_to_hex() local