/Zephyr-latest/tests/net/socket/tls_configurations/pytest/ |
D | test_app_vs_openssl.py | 64 for line in openssl.stdout.readlines(): 65 logger.error(line)
|
/Zephyr-latest/soc/renesas/rcar/ |
D | Kconfig | 1 # Renesas R-Car SoC line
|
D | Kconfig.soc | 1 # Renesas R-Car SoC line
|
/Zephyr-latest/soc/st/stm32/stm32wlx/ |
D | Kconfig.defconfig | 1 # STMicroelectronics STM32WL MCU line
|
/Zephyr-latest/soc/st/stm32/stm32mp1x/ |
D | Kconfig.defconfig | 1 # STMicroelectronics STM32MP1 MCU/MPU line
|
/Zephyr-latest/samples/modules/lvgl/accelerometer_chart/ |
D | README.rst | 2 :name: LVGL line chart with accelerometer data 11 display acceleration data on a line chart that is updated in real time. 13 This sample creates a line chart with three series, one for each axis of the accelerometer. An LVGL
|
/Zephyr-latest/soc/openisa/rv32m1/ |
D | soc.c | 116 uint32_t channel, line, ier; in arch_irq_is_enabled() local 126 line = rv32m1_intmux_line(irq); in arch_irq_is_enabled() 127 ier = INTMUX->CHANNEL[channel].CHn_IER_31_0 & BIT(line); in arch_irq_is_enabled()
|
/Zephyr-latest/soc/raspberrypi/rpi_pico/ |
D | Kconfig.defconfig | 1 # Raspberry Pi (RP) MCU line
|
D | Kconfig | 1 # Raspberry Pi (RP) MCU line
|
D | Kconfig.soc | 1 # Raspberry Pi (RP) MCU line
|
/Zephyr-latest/soc/renesas/rcar/rcar_gen3/ |
D | Kconfig.defconfig | 1 # Renesas R-Car Gen3 SoC line
|
/Zephyr-latest/tests/lib/acpi/unit/src/ |
D | assert.c | 20 void assert_post_action(const char *file, unsigned int line) in assert_post_action() argument
|
/Zephyr-latest/tests/bluetooth/host/host_mocks/ |
D | assert.c | 21 void assert_post_action(const char *file, unsigned int line) in assert_post_action() argument
|
/Zephyr-latest/tests/net/mocks/ |
D | assert.c | 21 void assert_post_action(const char *file, unsigned int line) in assert_post_action() argument
|
/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() argument 30 NET_DBG("nbr %p ref %u (%s():%d)", nbr, nbr->ref - 1, caller, line); in net_nbr_unref_debug() 45 int line) in net_nbr_ref_debug() argument 51 NET_DBG("nbr %p ref %u (%s():%d)", nbr, nbr->ref + 1, caller, line); in net_nbr_ref_debug()
|
/Zephyr-latest/subsys/net/l2/ppp/ |
D | misc.c | 78 const char *caller, int line) in ppp_change_phase_debug() argument 95 ppp_phase_str(new_phase), new_phase, caller, line); in ppp_change_phase_debug() 269 const char *caller, int line) in ppp_change_state_debug() argument 286 ppp_state_str(new_state), new_state, caller, line); in ppp_change_state_debug()
|
/Zephyr-latest/soc/renesas/rcar/rcar_gen4/ |
D | Kconfig.defconfig | 1 # Renesas R-Car Gen4 SoC line
|
/Zephyr-latest/include/zephyr/drivers/console/ |
D | console.h | 27 char line[CONSOLE_MAX_LINE_LEN]; member
|
/Zephyr-latest/soc/microchip/mec/ |
D | Kconfig.soc | 1 # Microchip MEC172x, MEC1501 MCU line
|
/Zephyr-latest/soc/nxp/lpc/lpc11u6x/ |
D | Kconfig | 1 # LPC LPC11U6X MCU line
|
/Zephyr-latest/soc/st/stm32/stm32c0x/ |
D | Kconfig.defconfig | 1 # STMicroelectronics STM32C0 MCU line
|
/Zephyr-latest/samples/bluetooth/hci_uart_3wire/boards/ |
D | nrf9160dk_nrf52840_0_14_0.overlay | 7 /* Use the reset line that is available starting from v0.14.0 of the DK. */
|
/Zephyr-latest/tests/lib/devicetree/memory_region_flags/pytest/ |
D | test_memory_region_flags.py | 55 for line in f: 56 m = re.search(pattern, line)
|
/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() argument 162 (memcmp(h_prev_item->data, line, len) == 0)) { in z_shell_history_put() 200 add_to_head(history, h_item, line, len, padding); in z_shell_history_put()
|
/Zephyr-latest/scripts/release/ |
D | list_backports.py | 228 for line in buf.readlines(): 229 line = line.strip() 230 match = re.search(r"^Fixes[:]?\s*#([1-9][0-9]*).*", line) 233 …ttps://github\.com/{self._repo.organization.login}/{self._repo.name}/issues/([1-9][0-9]*).*", line)
|