Home
last modified time | relevance | path

Searched refs:modes (Results 1 – 25 of 121) sorted by relevance

12345

/Zephyr-Core-3.6.0/samples/shields/x_nucleo_53l0a1/src/
Dmain.c22 #define N_MODES ARRAY_SIZE(modes)
97 static fsm_state modes[] = { variable
138 modes[current_mode](); in main()
/Zephyr-Core-3.6.0/modules/mbedtls/
DKconfig.tls-generic48 comment "Supported key exchange modes"
51 bool "All available ciphersuite modes"
65 bool "PSK based ciphersuite modes"
68 bool "DHE-PSK based ciphersuite modes"
71 bool "ECDHE-PSK based ciphersuite modes"
75 bool "RSA-PSK based ciphersuite modes"
92 bool "RSA-only based ciphersuite modes"
96 bool "DHE-RSA based ciphersuite modes"
99 bool "ECDHE-RSA based ciphersuite modes"
103 bool "ECDHE-ECDSA based ciphersuite modes"
[all …]
/Zephyr-Core-3.6.0/drivers/ieee802154/
DKconfig.b9121 int "Tx/Rx modes switching delay time (us)"
24 Delay time needed for PLL stabilization during Tx/Rx modes switching.
/Zephyr-Core-3.6.0/tests/drivers/regulator/api/
Dapp.overlay25 regulator-allowed-modes = <1 10>;
/Zephyr-Core-3.6.0/boards/arm/stm32h7b3i_dk/support/
Dopenocd.cfg8 # Enable debug when in low power modes
/Zephyr-Core-3.6.0/samples/boards/ti/cc13x2_cc26x2/system_off/
DREADME.rst10 the various sleep modes on TI CC13x2/CC26x2 platforms. The functional
44 5. Device will demonstrate active, idle and standby modes.
/Zephyr-Core-3.6.0/boards/arm/nucleo_wba52cg/support/
Dopenocd.cfg10 # Enable debug when in low power modes
/Zephyr-Core-3.6.0/boards/arm/nucleo_wba55cg/support/
Dopenocd.cfg10 # Enable debug when in low power modes
/Zephyr-Core-3.6.0/boards/arm/fk7b0m1_vbt6/support/
Dopenocd.cfg14 # Enable debug when in low power modes
/Zephyr-Core-3.6.0/drivers/i2c/
DKconfig.sam018 transaction and ensures that high speed modes are not delayed
/Zephyr-Core-3.6.0/doc/connectivity/networking/api/
Dwifi.rst9 The Wi-Fi management API is used to manage Wi-Fi networks. It supports below modes:
/Zephyr-Core-3.6.0/boards/arm/vmu_rt1170/
DCMakeLists.txt24 "This timer will enable lower power modes, but at the cost of reduced "
/Zephyr-Core-3.6.0/soc/arm/st_stm32/
DKconfig21 Some STM32 parts disable the DBGMCU in sleep/stop modes because
/Zephyr-Core-3.6.0/boards/arm/nucleo_u5a5zj_q/support/
Dopenocd.cfg10 # Enable debug when in low power modes
/Zephyr-Core-3.6.0/boards/arm/mimxrt595_evk/
DKconfig.defconfig35 # when transitioning the SoC to Deep Low Power modes.
/Zephyr-Core-3.6.0/boards/arm/nucleo_u575zi_q/support/
Dopenocd.cfg10 # Enable debug when in low power modes
/Zephyr-Core-3.6.0/boards/arm/stm32u5a9j_dk/support/
Dopenocd.cfg10 # Enable debug when in low power modes
/Zephyr-Core-3.6.0/boards/arm/b_u585i_iot02a/support/
Dopenocd.cfg10 # Enable debug when in low power modes
/Zephyr-Core-3.6.0/samples/userspace/hello_world_user/
DREADME.rst13 This application can be built into modes:
/Zephyr-Core-3.6.0/boards/arm/sensortile_box_pro/support/
Dopenocd.cfg10 # Enable debug when in low power modes
/Zephyr-Core-3.6.0/samples/boards/stm32/power_mgmt/serial_wakeup/boards/
Db_u585i_iot02a.overlay10 * Remove Stop Mode 2 from supported modes
Dnucleo_wb55rg.overlay11 * Remove Stop Mode 2 from supported modes
/Zephyr-Core-3.6.0/samples/drivers/crypto/src/
Dmain.c625 const struct mode_test modes[] = { in main() local
642 for (i = 0; modes[i].mode; i++) { in main()
643 LOG_INF("%s", modes[i].mode); in main()
644 modes[i].mode_func(dev); in main()
/Zephyr-Core-3.6.0/boards/arm/mimxrt1010_evk/
DCMakeLists.txt31 "This timer will enable lower power modes, but at the cost of reduced "
/Zephyr-Core-3.6.0/boards/arm/mimxrt1015_evk/
DCMakeLists.txt30 "This timer will enable lower power modes, but at the cost of reduced "

12345