/Zephyr-latest/include/zephyr/dt-bindings/dma/ |
D | infineon-xmc4xxx-dma.h | 21 #define XMC4XXX_SET_CONFIG(line, rs) \ argument
|
/Zephyr-latest/subsys/net/l2/ppp/ |
D | misc.c | 78 const char *caller, int line) in ppp_change_phase_debug() 269 const char *caller, int line) in ppp_change_state_debug()
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | harness.py | 131 def parse_record(self, line) -> int: argument 153 def process_test(self, line): argument 196 def handle(self, line): argument 295 def handle(self, line): argument 680 def handle(self, line): argument 749 def _check_result(self, line): argument 889 def handle(self, line): argument
|
D | cmakecache.py | 68 def from_line(cls, line, line_no): argument
|
/Zephyr-latest/scripts/build/ |
D | process_gperf.py | 80 def process_line(line, fp): argument
|
/Zephyr-latest/drivers/interrupt_controller/ |
D | intc_xmc4xxx.c | 69 int port_map, pin_map, line, eru_src, eru_ch; in intc_xmc4xxx_gpio_enable_interrupt() local 151 for (int line = 0; line < ARRAY_SIZE(data->cb); line++) { in intc_xmc4xxx_gpio_disable_interrupt() local 173 int line = (int)arg; in intc_xmc4xxx_isr() local
|
/Zephyr-latest/subsys/net/ip/ |
D | nbr.c | 23 void net_nbr_unref_debug(struct net_nbr *nbr, const char *caller, int line) in net_nbr_unref_debug() 45 int line) in net_nbr_ref_debug()
|
/Zephyr-latest/subsys/testsuite/ztest/include/zephyr/ |
D | ztest_assert.h | 35 static inline bool z_zassert_(bool cond, const char *file, int line) in z_zassert_() 47 #define z_zassert(cond, default_msg, file, line, func, msg, ...) z_zassert_(cond, file, line) argument 49 static inline bool z_zassume_(bool cond, const char *file, int line) in z_zassume_() 61 #define z_zassume(cond, default_msg, file, line, func, msg, ...) z_zassume_(cond, file, line) argument 63 static inline bool z_zexpect_(bool cond, const char *file, int line) in z_zexpect_() 75 #define z_zexpect(cond, default_msg, file, line, func, msg, ...) z_zexpect_(cond, file, line) argument 79 static inline bool z_zassert(bool cond, const char *default_msg, const char *file, int line, in z_zassert() 103 static inline bool z_zassume(bool cond, const char *default_msg, const char *file, int line, in z_zassume() 127 static inline bool z_zexpect(bool cond, const char *default_msg, const char *file, int line, in z_zexpect()
|
/Zephyr-latest/samples/net/mdns_responder/src/ |
D | service.c | 43 uint8_t line[64]; in service() local
|
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/settings/src/ |
D | settings.c | 39 char line[READ_LEN_MAX + 1]; in entry_check_and_copy() local 92 char line[READ_LEN_MAX + 1]; in settings_custom_load() local
|
/Zephyr-latest/doc/connectivity/networking/ |
D | native_sim_setup.rst | 173 .. _`net-tools`: https://github.com/zephyrproject-rtos/net-tools
|
/Zephyr-latest/scripts/west_commands/zspdx/ |
D | scanner.py | 41 def parseLineForExpression(line): argument
|
/Zephyr-latest/include/zephyr/dt-bindings/interrupt-controller/ |
D | infineon-xmc4xxx-intc.h | 27 #define XMC4XXX_INTC_SET_LINE_MAP(port, pin, eru_src, line) \ argument
|
/Zephyr-latest/lib/net_buf/ |
D | buf.c | 228 int line) in net_buf_alloc_len_debug() 350 int line) in net_buf_alloc_fixed_debug() 367 const char *func, int line) in net_buf_alloc_with_data_debug() 422 void net_buf_unref_debug(struct net_buf *buf, const char *func, int line) in net_buf_unref_debug() 581 const char *func, int line) in net_buf_frag_del_debug()
|
/Zephyr-latest/scripts/tests/twister/ |
D | test_harness.py | 260 def test_harness_process_test(line, fault, fail_on_fault, cap_cov, exp_stat, exp_id): argument 475 tmp_path, line_type, ordered_val, exp_state, line, exp_fault, exp_capture argument 777 tmp_path, caplog, detailed_id, exp_out, line, argument
|
/Zephyr-latest/tests/subsys/logging/log_frontend_stmesp_demux/src/ |
D | main.c | 38 int line) in claim_packet() 67 uint32_t *exp_data, int line) in claim_trace_point() 95 static void claim_hw_event(uint8_t exp_evt, uint64_t exp_ts, int line) in claim_hw_event() 135 int line) in packet_start()
|
/Zephyr-latest/soc/openisa/rv32m1/ |
D | soc.c | 116 uint32_t channel, line, ier; in arch_irq_is_enabled() local
|
/Zephyr-latest/samples/boards/phytec/reel_board/mesh_badge/src/ |
D | reel_board.c | 78 uint8_t line[fonts[FONT_SMALL].columns + 1]; in print_line() local 271 int len, i, line = 0; in show_statistics() local 344 uint8_t line = 0U; in show_sensors_data() local
|
/Zephyr-latest/tests/subsys/logging/log_link_order/src/ |
D | main.c | 71 static void check_msg(int exp_timestamp, int line) in check_msg()
|
/Zephyr-latest/tests/drivers/clock_control/nrf_clock_calibration/src/ |
D | test_nrf_clock_calibration.c | 61 uint32_t sleep_ms, uint32_t line) in test_calibration()
|
/Zephyr-latest/tests/subsys/logging/log_cache/src/ |
D | main.c | 62 uint8_t **buf, bool exp_hit, uint32_t line) in cache_get()
|
/Zephyr-latest/subsys/shell/ |
D | shell_history.c | 134 void z_shell_history_put(struct shell_history *history, uint8_t *line, in z_shell_history_put()
|
/Zephyr-latest/doc/_extensions/zephyr/kconfig/static/ |
D | kconfig.mjs | 70 function getGithubLink(path, line, mode = "blob", revision = "main") { argument
|
/Zephyr-latest/include/zephyr/dt-bindings/pinctrl/ |
D | stm32f1-pinctrl.h | 44 #define STM32F1_PINMUX(port, line, mode, remap) \ argument
|
D | stm32-pinctrl.h | 62 #define STM32_PINMUX(port, line, mode) \ argument
|