Home
last modified time | relevance | path

Searched refs:line (Results 176 – 200 of 819) sorted by relevance

12345678910>>...33

/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/device/
Ddevice_adapter.py181 line = self.readline(0.1, print_output)
184 lines.append(line)
185 if regex and regex_compiled.search(line):
203 line = self.readline(0.1, print_output)
204 lines.append(line)
/Zephyr-latest/drivers/gpio/
DKconfig.max329 Enable GPIO driver for MAX32 line of MCUs
DKconfig.stm3211 Enable GPIO driver for STM32 line of MCUs
/Zephyr-latest/soc/st/stm32/stm32mp1x/
DKconfig.soc1 # STMicroelectronics STM32MP1 MPU line
/Zephyr-latest/scripts/logging/dictionary/
Dlog_parser.py61 for line in hexfile.readlines():
62 hexdata += line.strip()
/Zephyr-latest/subsys/net/ip/
Dnbr.h119 void net_nbr_unref_debug(struct net_nbr *nbr, const char *caller, int line);
132 int line);
/Zephyr-latest/drivers/watchdog/
DKconfig.stm3214 Enable IWDG driver for STM32 line of MCUs
37 Enable WWDG driver for STM32 line of MCUs
/Zephyr-latest/soc/espressif/esp32s2/
DKconfig20 prompt "Instruction cache line size"
59 prompt "Data cache line size"
/Zephyr-latest/soc/nordic/nrf51/
DKconfig1 # Nordic Semiconductor nRF51 MCU line
DKconfig.defconfig1 # Nordic Semiconductor nRF51 MCU line
/Zephyr-latest/subsys/console/
Dgetline.c30 return cmd->line; in console_getline()
/Zephyr-latest/soc/st/stm32/stm32l1x/
DKconfig.defconfig1 # STMicroelectronics STM32L1 MCU line
/Zephyr-latest/soc/st/stm32/stm32l4x/
DKconfig.defconfig1 # ST Microelectronics STM32L4 MCU line
/Zephyr-latest/soc/st/stm32/stm32wbx/
DKconfig.soc1 # ST Microelectronics STM32WB MCU line
/Zephyr-latest/tests/bsim/bluetooth/audio/
DREADME.txt4 This application will, based on the command line arguments, select one of
/Zephyr-latest/tests/bsim/bluetooth/ll/conn/
DREADME.txt4 This application will, based on the command line arguments, select one of
/Zephyr-latest/soc/st/stm32/stm32g4x/
DKconfig.defconfig1 # STMicroelectronics STM32G4 MCU line
/Zephyr-latest/soc/st/stm32/stm32h7rsx/
DKconfig.defconfig1 # ST Microelectronics STM32H7RS MCU line
/Zephyr-latest/soc/nordic/nrf52/
DKconfig.defconfig1 # Nordic Semiconductor nRF52 MCU line
/Zephyr-latest/soc/nordic/nrf53/
DKconfig.defconfig1 # Nordic Semiconductor nRF53 MCU line
/Zephyr-latest/soc/nordic/nrf91/
DKconfig.defconfig1 # Nordic Semiconductor nRF91 MCU line
/Zephyr-latest/scripts/pylib/pytest-twister-harness/tests/device/
Dbinary_adapter_test.py63 file_lines = [line.strip() for line in file.readlines()]
79 file_lines = [line.strip() for line in file.readlines()]
/Zephyr-latest/dts/arm/st/h7/
Dstm32h7b3.dtsi11 * STM32H7B3 line contains the same peripherals as STM32H7B0.
/Zephyr-latest/scripts/build/
Duf2conv.py172 for line in buf.split('\n'):
173 if line[0] != ":":
177 while i < len(line) - 1:
178 rec.append(int(line[i:i+2], 16))
214 for line in to_str(r).split('\n'):
215 words = re.split(r'\s+', line)
/Zephyr-latest/soc/raspberrypi/rpi_pico/rp2040/
DKconfig.soc1 # Raspberry Pi RP2040 MCU line

12345678910>>...33