Home
last modified time | relevance | path

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

1234567

/Zephyr-latest/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-latest/samples/boards/ti/cc13x2_cc26x2/system_off/
DREADME.rst4 Exercise the various sleep modes on TI CC13x2/CC26x2 platforms.
10 the various sleep modes on TI CC13x2/CC26x2 platforms. The functional
44 5. Device will demonstrate active, idle and standby modes.
/Zephyr-latest/drivers/video/
Dov5640.c382 static const struct ov5640_mode_config modes[] = { variable
580 for (i = 0; i < ARRAY_SIZE(modes); i++) { in ov5640_set_fmt()
581 if (fmt->width == modes[i].width && fmt->height == modes[i].height) { in ov5640_set_fmt()
582 ret = ov5640_write_multi_regs(&cfg->i2c, modes[i].res_params, in ov5640_set_fmt()
583 modes[i].res_params == hd_res_params in ov5640_set_fmt()
591 drv_data->cur_mode = &modes[i]; in ov5640_set_fmt()
900 for (i = 0; i < ARRAY_SIZE(modes); i++) { in ov5640_enum_frmival()
901 if (fie->format->width == modes[i].width && in ov5640_enum_frmival()
902 fie->format->height == modes[i].height) { in ov5640_enum_frmival()
906 if (i == ARRAY_SIZE(modes) || fie->index >= ARRAY_SIZE(ov5640_frame_rates) || in ov5640_enum_frmival()
[all …]
/Zephyr-latest/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-latest/modules/mbedtls/
DKconfig.tls-generic45 comment "Supported key exchange modes"
48 bool "All available ciphersuite modes"
62 bool "PSK based ciphersuite modes"
65 bool "DHE-PSK based ciphersuite modes"
68 bool "ECDHE-PSK based ciphersuite modes"
72 bool "RSA-PSK based ciphersuite modes"
82 bool "RSA-only based ciphersuite modes"
91 bool "DHE-RSA based ciphersuite modes"
94 bool "ECDHE-RSA based ciphersuite modes"
98 bool "ECDHE-ECDSA based ciphersuite modes"
[all …]
/Zephyr-latest/boards/st/stm32h7b3i_dk/support/
Dopenocd.cfg8 # Enable debug when in low power modes
/Zephyr-latest/tests/drivers/regulator/api/
Dapp.overlay25 regulator-allowed-modes = <1 10>;
/Zephyr-latest/boards/st/nucleo_wba52cg/support/
Dopenocd.cfg10 # Enable debug when in low power modes
/Zephyr-latest/boards/st/nucleo_wba55cg/support/
Dopenocd.cfg10 # Enable debug when in low power modes
/Zephyr-latest/boards/fanke/fk750m1_vbt6/support/
Dopenocd.cfg14 # Enable debug when in low power modes
/Zephyr-latest/boards/fanke/fk7b0m1_vbt6/support/
Dopenocd.cfg14 # Enable debug when in low power modes
/Zephyr-latest/drivers/timer/
DKconfig.mcux_os20 OS Timer is turned off in certain low power modes. When this option is
/Zephyr-latest/boards/nxp/vmu_rt1170/
DCMakeLists.txt24 "This timer will enable lower power modes, but at the cost of reduced "
/Zephyr-latest/boards/nxp/mimxrt595_evk/
DKconfig.defconfig28 # when transitioning the SoC to Deep Low Power modes.
/Zephyr-latest/boards/st/b_u585i_iot02a/support/
Dopenocd.cfg10 # Enable debug when in low power modes
/Zephyr-latest/boards/st/stm32u5a9j_dk/support/
Dopenocd.cfg10 # Enable debug when in low power modes
/Zephyr-latest/boards/st/nucleo_u575zi_q/support/
Dopenocd.cfg10 # Enable debug when in low power modes
/Zephyr-latest/boards/st/nucleo_u5a5zj_q/support/
Dopenocd.cfg10 # Enable debug when in low power modes
/Zephyr-latest/boards/st/sensortile_box_pro/support/
Dopenocd.cfg10 # Enable debug when in low power modes
/Zephyr-latest/boards/st/steval_stwinbx1/support/
Dopenocd.cfg10 # Enable debug when in low power modes
/Zephyr-latest/drivers/i2c/
DKconfig.sam019 transaction and ensures that high speed modes are not delayed
/Zephyr-latest/samples/userspace/hello_world_user/
DREADME.rst13 This application can be built into modes:
/Zephyr-latest/samples/boards/st/power_mgmt/serial_wakeup/boards/
Db_u585i_iot02a.overlay10 * Remove Stop Mode 2 from supported modes
/Zephyr-latest/boards/st/stm32h7s78_dk/support/
Dopenocd.cfg8 # Enable debug when in low power modes
/Zephyr-latest/samples/drivers/crypto/src/
Dmain.c620 const struct mode_test modes[] = { in main() local
637 for (i = 0; modes[i].mode; i++) { in main()
638 LOG_INF("%s", modes[i].mode); in main()
639 modes[i].mode_func(dev); in main()

1234567