Home
last modified time | relevance | path

Searched defs:max (Results 1 – 25 of 69) sorted by relevance

123

/Zephyr-Core-3.6.0/include/zephyr/devicetree/
Dcan.h63 #define DT_CAN_TRANSCEIVER_MAX_BITRATE(node_id, max) \ argument
75 #define DT_INST_CAN_TRANSCEIVER_MAX_BITRATE(inst, max) \ argument
/Zephyr-Core-3.6.0/arch/xtensa/core/
Dxtensa_intgen.py111 max = 0 variable
114 max = lvl variable
/Zephyr-Core-3.6.0/drivers/can/
Dcan_common.c108 const struct can_timing *max, in update_sampling_pnt()
166 const struct can_timing *max, in can_calc_timing_int()
223 const struct can_timing *max = can_get_timing_max(dev); in z_impl_can_calc_timing() local
244 const struct can_timing *max = can_get_timing_data_max(dev); in z_impl_can_calc_timing_data() local
305 const struct can_timing *max) in check_timing_in_range()
327 const struct can_timing *max = can_get_timing_max(dev); in z_impl_can_set_timing() local
376 const struct can_timing *max = can_get_timing_data_max(dev); in z_impl_can_set_timing_data() local
/Zephyr-Core-3.6.0/tests/subsys/portability/cmsis_rtos_v1/src/
Dkernel_apis.c57 uint32_t start_time, stop_time, diff, max, min; in ZTEST() local
/Zephyr-Core-3.6.0/subsys/bluetooth/controller/ll_sw/
Dll_tx_pwr.c210 void ll_tx_pwr_get(int8_t *min, int8_t *max) in ll_tx_pwr_get()
/Zephyr-Core-3.6.0/tests/drivers/can/timing/src/
Dmain.c116 const struct can_timing *max) in assert_timing_within_bounds()
163 const struct can_timing *max = NULL; in test_timing_values() local
/Zephyr-Core-3.6.0/soc/arm/nxp_kinetis/ke1xf/
Dsoc.c18 #define ASSERT_WITHIN_RANGE(val, min, max, str) \ argument
/Zephyr-Core-3.6.0/include/zephyr/drivers/
Demul_sensor.h166 q31_t *min, q31_t *max, in emul_sensor_backend_get_attribute_metadata()
Dwatchdog.h76 uint32_t max; member
/Zephyr-Core-3.6.0/tests/net/lib/lwm2m/interop/src/
Dlwm2m-client.c81 uint32_t max = 500; in set_socketoptions() local
/Zephyr-Core-3.6.0/tests/subsys/dsp/basicmath/src/
Df16.c516 const uint16_t *input, const uint16_t *ref, float16_t min, float16_t max, size_t length) in test_zdsp_clip_f16()
550 float16_t max, size_t length) in test_zdsp_clip_f16_in_place()
Df32.c508 float32_t max, size_t length) in test_zdsp_clip_f32()
542 float32_t min, float32_t max, size_t length) in test_zdsp_clip_f32_in_place()
Dq15.c816 const DSP_DATA q15_t *input, const q15_t *ref, q15_t min, q15_t max, size_t length) in test_zdsp_clip_q15()
844 const DSP_DATA q15_t *input, const q15_t *ref, q15_t min, q15_t max, size_t length) in test_zdsp_clip_q15_in_place()
Dq31.c796 static void test_zdsp_clip_q31(const DSP_DATA q31_t *input, const q31_t *ref, q31_t min, q31_t max, in test_zdsp_clip_q31()
825 q31_t max, size_t length) in test_zdsp_clip_q31_in_place()
Dq7.c783 static void test_zdsp_clip_q7(const DSP_DATA q7_t *input, const q7_t *ref, q7_t min, q7_t max, in test_zdsp_clip_q7()
812 q7_t max, size_t length) in test_zdsp_clip_q7_in_place()
/Zephyr-Core-3.6.0/subsys/bluetooth/host/
Dhfp_hf.c47 uint32_t max; member
143 char *name, uint32_t min, uint32_t max) in cind_handle_values()
170 uint32_t min, max; in cind_handle() local
/Zephyr-Core-3.6.0/drivers/interrupt_controller/
Dintc_gd32_exti.c30 uint8_t max; member
/Zephyr-Core-3.6.0/lib/posix/options/
Dbarrier.c18 uint32_t max; member
/Zephyr-Core-3.6.0/drivers/watchdog/
Dwdt_sam.c69 uint32_t max, min; in wdt_sam_convert_timeout() local
/Zephyr-Core-3.6.0/drivers/sensor/qdec_mcux/
Dqdec_mcux.c152 #define QDEC_CHECK_COND(n, p, min, max) \ argument
/Zephyr-Core-3.6.0/lib/os/
Dprintk.c222 int max; member
/Zephyr-Core-3.6.0/drivers/lora/
Dshell.c51 long max) in parse_long_range()
/Zephyr-Core-3.6.0/tests/bsim/bluetooth/mesh/src/
Dmesh_test.h117 #define ASSERT_IN_RANGE(got, min, max) \ argument
/Zephyr-Core-3.6.0/subsys/logging/backends/
Dlog_backend_fs.c277 int max = 0, min = MAX_FILE_NUMERAL; in allocate_new_file() local
/Zephyr-Core-3.6.0/tests/unit/cbprintf/
Dmain.c455 int max = 1876543210; in ZTEST() local
584 unsigned int max = 0x4d3d2d1d; in ZTEST() local
638 unsigned long long max = 0x8d7d6d5d4d3d2d1dULL; in ZTEST() local

123