Searched refs:peripherals (Results 1 – 25 of 298) sorted by relevance
12345678910>>...12
/Zephyr-latest/drivers/spi/ |
D | Kconfig.litex | 11 Enable the SPI peripherals on LiteX 18 Enable the SPI peripherals on LiteX
|
D | Kconfig.opentitan | 9 Enable the SPI peripherals on OpenTitan
|
D | Kconfig.sifive | 12 Enable the SPI peripherals on SiFive Freedom processors
|
/Zephyr-latest/dts/arm/st/h7/ |
D | stm32h7b0.dtsi | 11 * STM32H7B0 line contains the same peripherals as STM32H7A3, 12 * with addition of CRYPTO/HASH and OTFDEC peripherals.
|
/Zephyr-latest/samples/bluetooth/central_multilink/ |
D | README.rst | 5 Scan, connect and establish connection to up to 62 peripherals. 11 BLE devices and establishing connection to up to 62 peripherals with a strong
|
/Zephyr-latest/modules/loramac-node/ |
D | CMakeLists.txt | 41 ${ZEPHYR_LORAMAC_NODE_MODULE_DIR}/src/peripherals/soft-se/aes.c 42 ${ZEPHYR_LORAMAC_NODE_MODULE_DIR}/src/peripherals/soft-se/cmac.c 43 ${ZEPHYR_LORAMAC_NODE_MODULE_DIR}/src/peripherals/soft-se/soft-se.c 44 ${ZEPHYR_LORAMAC_NODE_MODULE_DIR}/src/peripherals/soft-se/soft-se-hal.c
|
/Zephyr-latest/tests/drivers/counter/counter_basic_api/boards/ |
D | nrf54h20dk_nrf54h20_cpuppr.overlay | 5 /* PPR does not have interrupts for fast peripherals. */
|
/Zephyr-latest/tests/drivers/i2s/i2s_api/boards/ |
D | lpcxpresso55s69_lpc55s69_cpu0.overlay | 1 /* i2s_speed with CONFIG_I2S_TEST_SEPARATE_DEVICES=y uses two I2S peripherals:
|
D | mimxrt685_evk_mimxrt685s_cm33.overlay | 1 /* i2s_speed with CONFIG_I2S_TEST_SEPARATE_DEVICES=y uses two I2S peripherals:
|
/Zephyr-latest/tests/drivers/i2s/i2s_speed/boards/ |
D | lpcxpresso55s69_lpc55s69_cpu0.overlay | 1 /* i2s_speed with CONFIG_I2S_TEST_SEPARATE_DEVICES=y uses two I2S peripherals:
|
D | mimxrt685_evk_mimxrt685s_cm33.overlay | 1 /* i2s_speed with CONFIG_I2S_TEST_SEPARATE_DEVICES=y uses two I2S peripherals:
|
D | mimxrt595_evk_mimxrt595s_cm33.overlay | 1 /* i2s_speed with CONFIG_I2S_TEST_SEPARATE_DEVICES=y uses two I2S peripherals:
|
/Zephyr-latest/tests/drivers/smbus/smbus_emul/src/ |
D | emul.c | 47 sys_slist_t peripherals; variable 51 sys_slist_prepend(&peripherals, &peripheral->node); in emul_register_smbus_peripheral() 58 SYS_SLIST_FOR_EACH_CONTAINER_SAFE(&peripherals, peripheral, tmp, node) { in emul_get_smbus_peripheral() 71 SYS_SLIST_FOR_EACH_CONTAINER_SAFE(&peripherals, peripheral, tmp, node) { in peripheral_handle_smbalert() 94 SYS_SLIST_FOR_EACH_CONTAINER_SAFE(&peripherals, peripheral, tmp, node) { in peripheral_handle_host_notify()
|
/Zephyr-latest/samples/boards/nordic/nrfx_prs/ |
D | README.rst | 4 Use nRF peripherals that share the same ID and base address. 9 This sample shows how to use in Zephyr nRF peripherals that share the same ID 10 and base address. Such peripherals cannot be used simultaneously because they 23 - by pressing Button 2 user can switch between the two peripherals
|
/Zephyr-latest/samples/boards/nordic/nrfx/ |
D | README.rst | 4 Use nrfx library to interact with nRF peripherals. 15 nRF peripherals, enabling those peripherals to interact with each
|
/Zephyr-latest/doc/hardware/ |
D | index.rst | 15 peripherals/index.rst
|
/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/boards/arduino/nano_33_ble/ |
D | arduino_nano_33_ble_defconfig | 7 # enable peripherals
|
D | arduino_nano_33_ble_nrf52840_sense_defconfig | 7 # enable peripherals
|
/Zephyr-latest/samples/bluetooth/hci_ipc/dts/arm/nordic/ |
D | override.dtsi | 1 /* Keep default IRQ priority low for peripherals to reduce Radio ISR latency.
|
/Zephyr-latest/boards/st/nucleo_h745zi_q/ |
D | nucleo_h745zi_q_stm32h745xx_m4_defconfig | 7 # By default SERIAL peripherals are assigned to m7
|
/Zephyr-latest/boards/st/nucleo_h755zi_q/ |
D | nucleo_h755zi_q_stm32h755xx_m4_defconfig | 7 # By default SERIAL peripherals are assigned to m7
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | smbus.rst | 15 with the peripherals on the motherboard without using dedicated control 16 lines. SMBus peripherals can provide various manufacturer information, 50 the most common mode used to interact with SMBus peripherals.
|
12345678910>>...12