/Zephyr-Core-3.6.0/include/zephyr/devicetree/ |
D | can.h | 63 #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/ |
D | xtensa_intgen.py | 111 max = 0 variable 114 max = lvl variable
|
/Zephyr-Core-3.6.0/drivers/can/ |
D | can_common.c | 108 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/ |
D | kernel_apis.c | 57 uint32_t start_time, stop_time, diff, max, min; in ZTEST() local
|
/Zephyr-Core-3.6.0/subsys/bluetooth/controller/ll_sw/ |
D | ll_tx_pwr.c | 210 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/ |
D | main.c | 116 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/ |
D | soc.c | 18 #define ASSERT_WITHIN_RANGE(val, min, max, str) \ argument
|
/Zephyr-Core-3.6.0/include/zephyr/drivers/ |
D | emul_sensor.h | 166 q31_t *min, q31_t *max, in emul_sensor_backend_get_attribute_metadata()
|
D | watchdog.h | 76 uint32_t max; member
|
/Zephyr-Core-3.6.0/tests/net/lib/lwm2m/interop/src/ |
D | lwm2m-client.c | 81 uint32_t max = 500; in set_socketoptions() local
|
/Zephyr-Core-3.6.0/tests/subsys/dsp/basicmath/src/ |
D | f16.c | 516 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()
|
D | f32.c | 508 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()
|
D | q15.c | 816 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()
|
D | q31.c | 796 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()
|
D | q7.c | 783 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/ |
D | hfp_hf.c | 47 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/ |
D | intc_gd32_exti.c | 30 uint8_t max; member
|
/Zephyr-Core-3.6.0/lib/posix/options/ |
D | barrier.c | 18 uint32_t max; member
|
/Zephyr-Core-3.6.0/drivers/watchdog/ |
D | wdt_sam.c | 69 uint32_t max, min; in wdt_sam_convert_timeout() local
|
/Zephyr-Core-3.6.0/drivers/sensor/qdec_mcux/ |
D | qdec_mcux.c | 152 #define QDEC_CHECK_COND(n, p, min, max) \ argument
|
/Zephyr-Core-3.6.0/lib/os/ |
D | printk.c | 222 int max; member
|
/Zephyr-Core-3.6.0/drivers/lora/ |
D | shell.c | 51 long max) in parse_long_range()
|
/Zephyr-Core-3.6.0/tests/bsim/bluetooth/mesh/src/ |
D | mesh_test.h | 117 #define ASSERT_IN_RANGE(got, min, max) \ argument
|
/Zephyr-Core-3.6.0/subsys/logging/backends/ |
D | log_backend_fs.c | 277 int max = 0, min = MAX_FILE_NUMERAL; in allocate_new_file() local
|
/Zephyr-Core-3.6.0/tests/unit/cbprintf/ |
D | main.c | 455 int max = 1876543210; in ZTEST() local 584 unsigned int max = 0x4d3d2d1d; in ZTEST() local 638 unsigned long long max = 0x8d7d6d5d4d3d2d1dULL; in ZTEST() local
|