| /Zephyr-4.3.0/include/zephyr/net/ |
| D | ptp_time.h | 119 uint16_t high; member 162 uint16_t high; member 183 uint16_t high; member
|
| D | gptp.h | 53 int32_t high; member 64 uint32_t high; member
|
| /Zephyr-4.3.0/drivers/sensor/ntc_thermistor/ |
| D | ntc_thermistor_calc.c | 41 int high = type->n_comp - 1; in ntc_lookup_comp() local 87 int low, high; in ntc_get_temp_mc() local
|
| /Zephyr-4.3.0/lib/libc/minimal/source/stdlib/ |
| D | bsearch.c | 26 size_t high = count; in bsearch() local
|
| /Zephyr-4.3.0/drivers/fuel_gauge/ltc2959/ |
| D | ltc2959.c | 256 static int ltc2959_get_gpio_threshold_uv(const struct device *dev, bool high, int32_t *value_uv) in ltc2959_get_gpio_threshold_uv() 297 static int ltc2959_set_gpio_threshold_uv(const struct device *dev, bool high, int32_t value_uv) in ltc2959_set_gpio_threshold_uv() 352 static int ltc2959_get_voltage_threshold_uv(const struct device *dev, bool high, uint32_t *value) in ltc2959_get_voltage_threshold_uv() 368 static int ltc2959_set_voltage_threshold_uv(const struct device *dev, bool high, uint32_t value) in ltc2959_set_voltage_threshold_uv() 387 static int ltc2959_get_current_threshold_ua(const struct device *dev, bool high, int32_t *value_ua) in ltc2959_get_current_threshold_ua() 405 static int ltc2959_set_current_threshold_ua(const struct device *dev, bool high, int32_t value_ua) in ltc2959_set_current_threshold_ua() 424 static int ltc2959_get_temp_threshold_dK(const struct device *dev, bool high, uint16_t *value_dK) in ltc2959_get_temp_threshold_dK() 439 static int ltc2959_set_temp_threshold_dK(const struct device *dev, bool high, uint16_t value_dK) in ltc2959_set_temp_threshold_dK()
|
| /Zephyr-4.3.0/subsys/dsp/cmsis/public/ |
| D | zdsp_backend_f16.h | 66 float16_t high, uint32_t num_samples) in zdsp_clip_f16()
|
| D | zdsp_backend.h | 190 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-4.3.0/include/zephyr/arch/x86/ |
| D | msr.h | 75 uint32_t high = data >> 32; in z_x86_msr_write() local
|
| /Zephyr-4.3.0/subsys/dsp/arcmwdt/public/ |
| D | zdsp_backend.h | 204 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-4.3.0/drivers/spi/ |
| D | spi_nxp_s32.c | 99 uint32_t low, high; in spi_nxp_s32_getbestfreq() local 186 uint32_t low, high; in spi_nxp_s32_getbestdelay() local
|
| /Zephyr-4.3.0/drivers/sensor/rv3032_temp/ |
| D | rv3032_temp.c | 136 uint8_t low, high, ctrl; in rv3032_temp_trigger_set() local
|
| /Zephyr-4.3.0/drivers/interrupt_controller/ |
| D | intc_intel_vtd.h | 22 uint64_t high; member 57 uint64_t high; member
|
| D | intc_intel_vtd.c | 238 static void fault_record_description(uint64_t low, uint64_t high) in fault_record_description()
|
| /Zephyr-4.3.0/include/zephyr/dt-bindings/clock/ |
| D | nxp_mc_cgm.h | 28 #define MCUX_MC_CGM_CLK_ID(high, low) ((high << 8) | (low)) argument
|
| D | mcux_lpc_syscon_clock.h | 14 #define MCUX_LPC_CLK_ID(high, low) ((high << 8) | (low)) argument
|
| /Zephyr-4.3.0/drivers/espi/ |
| D | espi_taf_npcx.c | 149 uint32_t base, high; in espi_taf_check_read_protect() local 179 uint32_t base, high; in espi_taf_check_write_protect() local
|
| /Zephyr-4.3.0/arch/arc/core/ |
| D | arc_connect.c | 210 uint32_t high; in z_arc_connect_gfrc_read() local
|
| /Zephyr-4.3.0/include/zephyr/sys/ |
| D | util.h | 602 #define CLAMP(val, low, high) (((val) <= (low)) ? (low) : Z_INTERNAL_MIN(val, high)) argument 611 #define clamp(val, low, high) ({ \ argument
|
| /Zephyr-4.3.0/tests/arch/arm64/arm64_sve_stress/src/ |
| D | main.c | 240 float32x2_t high = vget_high_f32(acc); in f32_mat_x_vec_simd() local
|
| /Zephyr-4.3.0/subsys/net/ip/ |
| D | utils.c | 82 uint8_t high = (byte >> 4) & 0x0f; in net_byte_to_hex() local
|
| /Zephyr-4.3.0/subsys/bluetooth/host/classic/ |
| D | at.c | 702 uint32_t low, high; in at_list_get_range() local
|
| /Zephyr-4.3.0/drivers/i3c/ |
| D | i3c_renesas_ra.c | 62 uint16_t high; /* Count value of the high-level period of SCL clock */ member
|