/Zephyr-Core-3.7.0/include/zephyr/devicetree/ |
D | can.h | 117 #define DT_CAN_TRANSCEIVER_MAX_BITRATE(node_id, max) \ argument 139 #define DT_INST_CAN_TRANSCEIVER_MAX_BITRATE(inst, max) \ argument
|
/Zephyr-Core-3.7.0/drivers/can/ |
D | can_common.c | 156 const struct can_timing *min, const struct can_timing *max) in update_sample_pnt() 252 const struct can_timing *min, const struct can_timing *max, in can_calc_timing_internal() 322 const struct can_timing *max = can_get_timing_max(dev); in z_impl_can_calc_timing() local 336 const struct can_timing *max = can_get_timing_data_max(dev); in z_impl_can_calc_timing_data() local 366 const struct can_timing *max) in check_timing_in_range() 388 const struct can_timing *max = can_get_timing_max(dev); in z_impl_can_set_timing() local 403 uint32_t max = can_get_bitrate_max(dev); in z_impl_can_set_bitrate() local 430 const struct can_timing *max = can_get_timing_data_max(dev); in z_impl_can_set_timing_data() local 449 uint32_t max = can_get_bitrate_max(dev); in z_impl_can_set_bitrate_data() local
|
/Zephyr-Core-3.7.0/arch/xtensa/core/ |
D | xtensa_intgen.py | 112 max = 15 variable
|
/Zephyr-Core-3.7.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.7.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.7.0/tests/drivers/can/timing/src/ |
D | main.c | 103 const struct can_timing *max) in assert_timing_within_bounds() 151 const struct can_timing *max = NULL; in test_timing_values() local
|
/Zephyr-Core-3.7.0/soc/mediatek/mtk_adsp/ |
D | soc.c | 110 const size_t max = 0x100000 - 4; in arch_printk_char_out() local
|
/Zephyr-Core-3.7.0/soc/nxp/kinetis/ke1xz/ |
D | soc.c | 18 #define ASSERT_WITHIN_RANGE(val, min, max, str) \ argument
|
/Zephyr-Core-3.7.0/soc/nxp/kinetis/ke1xf/ |
D | soc.c | 18 #define ASSERT_WITHIN_RANGE(val, min, max, str) \ argument
|
/Zephyr-Core-3.7.0/include/zephyr/drivers/ |
D | emul_sensor.h | 167 q31_t *min, q31_t *max, in emul_sensor_backend_get_attribute_metadata()
|
D | watchdog.h | 78 uint32_t max; member
|
/Zephyr-Core-3.7.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.7.0/tests/net/lib/lwm2m/interop/src/ |
D | lwm2m-client.c | 82 uint32_t max = 500; in set_socketoptions() local
|
/Zephyr-Core-3.7.0/subsys/bluetooth/host/classic/ |
D | hfp_hf.c | 49 uint32_t max; member 214 char *name, uint32_t min, uint32_t max) in cind_handle_values() 241 uint32_t min, max; in cind_handle() local
|
/Zephyr-Core-3.7.0/drivers/interrupt_controller/ |
D | intc_gd32_exti.c | 30 uint8_t max; member
|
/Zephyr-Core-3.7.0/lib/posix/options/ |
D | barrier.c | 18 uint32_t max; member
|
/Zephyr-Core-3.7.0/drivers/watchdog/ |
D | wdt_sam.c | 69 uint32_t max, min; in wdt_sam_convert_timeout() local
|
/Zephyr-Core-3.7.0/drivers/sensor/nxp/qdec_mcux/ |
D | qdec_mcux.c | 152 #define QDEC_CHECK_COND(n, p, min, max) \ argument
|
/Zephyr-Core-3.7.0/lib/os/ |
D | printk.c | 209 int max; member
|
/Zephyr-Core-3.7.0/drivers/lora/ |
D | shell.c | 51 long max) in parse_long_range()
|
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/mesh/src/ |
D | mesh_test.h | 117 #define ASSERT_IN_RANGE(got, min, max) \ argument
|