Searched refs:peripherals (Results 1 – 25 of 207) sorted by relevance
123456789
/Zephyr-Core-3.5.0/dts/arm/st/h7/ |
D | stm32h7b3.dtsi | 11 * STM32H7B3 line contains the same peripherals as STM32H7A3, 12 * with addition of CRYPTO/HASH and OTFDEC peripherals
|
/Zephyr-Core-3.5.0/modules/loramac-node/ |
D | CMakeLists.txt | 39 ${ZEPHYR_LORAMAC_NODE_MODULE_DIR}/src/peripherals/soft-se/aes.c 40 ${ZEPHYR_LORAMAC_NODE_MODULE_DIR}/src/peripherals/soft-se/cmac.c 41 ${ZEPHYR_LORAMAC_NODE_MODULE_DIR}/src/peripherals/soft-se/soft-se.c 42 ${ZEPHYR_LORAMAC_NODE_MODULE_DIR}/src/peripherals/soft-se/soft-se-hal.c
|
/Zephyr-Core-3.5.0/dts/arm/nordic/ |
D | nrf91ns.dtsi | 45 /* Common nRF91 peripherals description. */ 49 /* Additional Non-Secure peripherals */
|
D | nrf91.dtsi | 44 /* Common nRF91 peripherals description. */ 48 /* Additional Secure peripherals */
|
D | nrf5340_cpuapp.dtsi | 68 /* Additional Secure peripherals */ 109 * Include the non-secure peripherals file here since
|
/Zephyr-Core-3.5.0/samples/bluetooth/hci_rpmsg/dts/arm/nordic/ |
D | override.dtsi | 1 /* Keep default IRQ priority low for peripherals to reduce Radio ISR latency */
|
/Zephyr-Core-3.5.0/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-Core-3.5.0/doc/hardware/ |
D | index.rst | 13 peripherals/index.rst
|
/Zephyr-Core-3.5.0/tests/drivers/i2s/i2s_api/boards/ |
D | lpcxpresso55s69_cpu0.overlay | 1 /* i2s_speed with CONFIG_I2S_TEST_SEPARATE_DEVICES=y uses two I2S peripherals:
|
D | mimxrt685_evk_cm33.overlay | 1 /* i2s_speed with CONFIG_I2S_TEST_SEPARATE_DEVICES=y uses two I2S peripherals:
|
/Zephyr-Core-3.5.0/tests/drivers/i2s/i2s_speed/boards/ |
D | lpcxpresso55s69_cpu0.overlay | 1 /* i2s_speed with CONFIG_I2S_TEST_SEPARATE_DEVICES=y uses two I2S peripherals:
|
D | mimxrt685_evk_cm33.overlay | 1 /* i2s_speed with CONFIG_I2S_TEST_SEPARATE_DEVICES=y uses two I2S peripherals:
|
D | mimxrt595_evk_cm33.overlay | 1 /* i2s_speed with CONFIG_I2S_TEST_SEPARATE_DEVICES=y uses two I2S peripherals:
|
/Zephyr-Core-3.5.0/drivers/spi/ |
D | Kconfig.opentitan | 9 Enable the SPI peripherals on OpenTitan
|
D | Kconfig.sifive | 11 Enable the SPI peripherals on SiFive Freedom processors
|
D | Kconfig.litex | 11 Enable the SPI peripherals on LiteX
|
D | Kconfig.gecko | 13 Enable the SPI peripherals on Gecko
|
/Zephyr-Core-3.5.0/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.
|
/Zephyr-Core-3.5.0/boards/arm/arduino_nano_33_ble/ |
D | arduino_nano_33_ble_defconfig | 11 # enable peripherals
|
D | arduino_nano_33_ble_sense_defconfig | 11 # enable peripherals
|
/Zephyr-Core-3.5.0/boards/arm/nucleo_h745zi_q/ |
D | nucleo_h745zi_q_m4_defconfig | 15 # By default SERIAL peripherals are assigned to m7
|
/Zephyr-Core-3.5.0/samples/boards/nrf/nrfx_prs/boards/ |
D | nrf5340dk_nrf5340_cpuapp.overlay | 54 * peripherals cannot be used simultaneously and this node must be disabled. 60 /* The following two nodes (corresponding to the SPIM2 and UARTE2 peripherals,
|
/Zephyr-Core-3.5.0/doc/develop/optimizations/ |
D | footprint.rst | 33 Some peripherals are enabled by default. You can disable unused 34 peripherals in your project configuration, for example::
|
/Zephyr-Core-3.5.0/tests/drivers/i2s/i2s_speed/ |
D | Readme.txt | 7 This board uses CONFIG_I2S_TEST_SEPARATE_DEVICES=y and connects two SAI peripherals by shorting
|
/Zephyr-Core-3.5.0/samples/bluetooth/central_multilink/ |
D | README.rst | 10 BLE devices and establishing connection to up to 62 peripherals with a strong
|
123456789