Searched refs:line (Results 151 – 175 of 819) sorted by relevance
12345678910>>...33
/Zephyr-latest/soc/raspberrypi/rpi_pico/rp2350/ |
D | Kconfig.defconfig | 1 # Raspberry Pi RP2350 MCU line
|
/Zephyr-latest/soc/st/stm32/stm32h5x/ |
D | Kconfig.defconfig | 1 # ST Microelectronics STM32H5 MCU line
|
/Zephyr-latest/samples/bluetooth/hci_uart/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/soc/nxp/lpc/lpc11u6x/ |
D | Kconfig.defconfig | 1 # LPC LPC11U6X MCU line
|
/Zephyr-latest/boards/shields/buydisplay_2_8_tft_touch_arduino/boards/ |
D | nrf52840dk_nrf52840.overlay | 7 /* NOTE: spi1 MISO pin is used by the display for the cmd/data line */
|
/Zephyr-latest/boards/shields/buydisplay_3_5_tft_touch_arduino/boards/ |
D | nrf52840dk_nrf52840.overlay | 7 /* NOTE: spi1 MISO pin is used by the display for the cmd/data line */
|
/Zephyr-latest/soc/st/stm32/stm32f7x/ |
D | Kconfig.defconfig | 1 # ST Microelectronics STM32F7 MCU line
|
/Zephyr-latest/soc/st/stm32/stm32l5x/ |
D | Kconfig.defconfig | 1 # ST Microelectronics STM32L5 MCU line
|
/Zephyr-latest/soc/st/stm32/stm32wbx/ |
D | Kconfig.defconfig | 1 # ST Microelectronics STM32WB MCU line
|
/Zephyr-latest/boards/qemu/x86/ |
D | qemu_x86_64_atom_nokpti.dts | 13 d-cache-line-size = <64>;
|
/Zephyr-latest/soc/st/stm32/stm32f2x/ |
D | Kconfig.defconfig | 1 # STMicroelectronics STM32F2 MCU line
|
/Zephyr-latest/ |
D | .yamllint | 6 line-length:
|
D | .ruff-excludes.toml | 23 "E501", # https://docs.astral.sh/ruff/rules/line-too-long 47 "E501", # https://docs.astral.sh/ruff/rules/line-too-long 83 "E501", # https://docs.astral.sh/ruff/rules/line-too-long 107 "E501", # https://docs.astral.sh/ruff/rules/line-too-long 113 "E501", # https://docs.astral.sh/ruff/rules/line-too-long 145 "E501", # https://docs.astral.sh/ruff/rules/line-too-long 152 "E501", # https://docs.astral.sh/ruff/rules/line-too-long 164 "E501", # https://docs.astral.sh/ruff/rules/line-too-long 174 "E501", # https://docs.astral.sh/ruff/rules/line-too-long 194 "E501", # https://docs.astral.sh/ruff/rules/line-too-long [all …]
|
/Zephyr-latest/soc/st/stm32/ |
D | Kconfig.soc | 1 # ST Microelectronics STM32 MCU line
|
/Zephyr-latest/soc/raspberrypi/rpi_pico/rp2040/ |
D | Kconfig.defconfig | 1 # Raspberry Pi RP2040 MCU line
|
/Zephyr-latest/soc/st/stm32/stm32f3x/ |
D | Kconfig.defconfig | 1 # STMicroelectronics STM32F3 MCU line
|
/Zephyr-latest/include/zephyr/net/ |
D | net_pkt.h | 1555 int line); 1563 int line); 1570 int line); 1576 const char *caller, int line); 1580 void net_pkt_unref_debug(struct net_pkt *pkt, const char *caller, int line); 1584 int line); 1588 const char *caller, int line); 1592 const char *caller, int line); 1599 const char *caller, int line); 1604 const char *caller, int line); [all …]
|
/Zephyr-latest/drivers/gpio/ |
D | Kconfig.xmc4xxx | 11 Enable GPIO driver for XMC4XXX line of MCUs
|
D | Kconfig.si32 | 10 Enable GPIO driver for Si32 line of MCUs
|
/Zephyr-latest/drivers/dma/ |
D | Kconfig.si32 | 10 Enable DMA controller driver for Si32 line of MCUs
|
/Zephyr-latest/samples/boards/nordic/coresight_stm/pytest/ |
D | test_stm.py | 43 for line in autoconf: 44 if "SB_CONFIG_APP_CPUPPR_RUN 1" in line: 47 if "SB_CONFIG_APP_CPUFLPR_RUN 1" in line:
|
/Zephyr-latest/dts/arm/st/h7rs/ |
D | stm32h7r7.dtsi | 11 * STM32H7R7 line contains the same peripherals as STM32H7R3.
|
D | stm32h7s3.dtsi | 11 * STM32H7S3 line contains the same peripherals as STM32H7R3.
|
D | stm32h7s7.dtsi | 11 * STM32H7S7 line contains the same peripherals as STM32H7R7.
|
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | sco.c | 164 const char *func, int line) in bt_sco_chan_set_state_debug() argument 178 LOG_WRN("%s()%d: invalid transition", func, line); in bt_sco_chan_set_state_debug() 183 LOG_WRN("%s()%d: invalid transition", func, line); in bt_sco_chan_set_state_debug() 189 LOG_WRN("%s()%d: invalid transition", func, line); in bt_sco_chan_set_state_debug() 193 LOG_ERR("%s()%d: unknown (%u) state was set", func, line, state); in bt_sco_chan_set_state_debug()
|
12345678910>>...33