Home
last modified time | relevance | path

Searched refs:line (Results 126 – 150 of 819) sorted by relevance

12345678910>>...33

/Zephyr-latest/tests/net/socket/tls_configurations/pytest/
Dtest_app_vs_openssl.py64 for line in openssl.stdout.readlines():
65 logger.error(line)
/Zephyr-latest/soc/renesas/rcar/
DKconfig1 # Renesas R-Car SoC line
DKconfig.soc1 # Renesas R-Car SoC line
/Zephyr-latest/soc/st/stm32/stm32wlx/
DKconfig.defconfig1 # STMicroelectronics STM32WL MCU line
/Zephyr-latest/soc/st/stm32/stm32mp1x/
DKconfig.defconfig1 # STMicroelectronics STM32MP1 MCU/MPU line
/Zephyr-latest/samples/modules/lvgl/accelerometer_chart/
DREADME.rst2 :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/
Dsoc.c116 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/
DKconfig.defconfig1 # Raspberry Pi (RP) MCU line
DKconfig1 # Raspberry Pi (RP) MCU line
DKconfig.soc1 # Raspberry Pi (RP) MCU line
/Zephyr-latest/soc/renesas/rcar/rcar_gen3/
DKconfig.defconfig1 # Renesas R-Car Gen3 SoC line
/Zephyr-latest/tests/lib/acpi/unit/src/
Dassert.c20 void assert_post_action(const char *file, unsigned int line) in assert_post_action() argument
/Zephyr-latest/tests/bluetooth/host/host_mocks/
Dassert.c21 void assert_post_action(const char *file, unsigned int line) in assert_post_action() argument
/Zephyr-latest/tests/net/mocks/
Dassert.c21 void assert_post_action(const char *file, unsigned int line) in assert_post_action() argument
/Zephyr-latest/subsys/net/ip/
Dnbr.c23 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/
Dmisc.c78 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/
DKconfig.defconfig1 # Renesas R-Car Gen4 SoC line
/Zephyr-latest/include/zephyr/drivers/console/
Dconsole.h27 char line[CONSOLE_MAX_LINE_LEN]; member
/Zephyr-latest/soc/microchip/mec/
DKconfig.soc1 # Microchip MEC172x, MEC1501 MCU line
/Zephyr-latest/soc/nxp/lpc/lpc11u6x/
DKconfig1 # LPC LPC11U6X MCU line
/Zephyr-latest/soc/st/stm32/stm32c0x/
DKconfig.defconfig1 # STMicroelectronics STM32C0 MCU line
/Zephyr-latest/samples/bluetooth/hci_uart_3wire/boards/
Dnrf9160dk_nrf52840_0_14_0.overlay7 /* Use the reset line that is available starting from v0.14.0 of the DK. */
/Zephyr-latest/tests/lib/devicetree/memory_region_flags/pytest/
Dtest_memory_region_flags.py55 for line in f:
56 m = re.search(pattern, line)
/Zephyr-latest/subsys/shell/
Dshell_history.c134 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/
Dlist_backports.py228 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)

12345678910>>...33