/Zephyr-latest/samples/shields/x_nucleo_53l0a1/src/ |
D | main.c | 22 #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/ |
D | README.rst | 4 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/ |
D | ov5640.c | 382 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/ |
D | Kconfig.b91 | 21 int "Tx/Rx modes switching delay time (us)" 24 Delay time needed for PLL stabilization during Tx/Rx modes switching.
|
/Zephyr-latest/modules/mbedtls/ |
D | Kconfig.tls-generic | 45 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/ |
D | openocd.cfg | 8 # Enable debug when in low power modes
|
/Zephyr-latest/tests/drivers/regulator/api/ |
D | app.overlay | 25 regulator-allowed-modes = <1 10>;
|
/Zephyr-latest/boards/st/nucleo_wba52cg/support/ |
D | openocd.cfg | 10 # Enable debug when in low power modes
|
/Zephyr-latest/boards/st/nucleo_wba55cg/support/ |
D | openocd.cfg | 10 # Enable debug when in low power modes
|
/Zephyr-latest/boards/fanke/fk750m1_vbt6/support/ |
D | openocd.cfg | 14 # Enable debug when in low power modes
|
/Zephyr-latest/boards/fanke/fk7b0m1_vbt6/support/ |
D | openocd.cfg | 14 # Enable debug when in low power modes
|
/Zephyr-latest/drivers/timer/ |
D | Kconfig.mcux_os | 20 OS Timer is turned off in certain low power modes. When this option is
|
/Zephyr-latest/boards/nxp/vmu_rt1170/ |
D | CMakeLists.txt | 24 "This timer will enable lower power modes, but at the cost of reduced "
|
/Zephyr-latest/boards/nxp/mimxrt595_evk/ |
D | Kconfig.defconfig | 28 # when transitioning the SoC to Deep Low Power modes.
|
/Zephyr-latest/boards/st/b_u585i_iot02a/support/ |
D | openocd.cfg | 10 # Enable debug when in low power modes
|
/Zephyr-latest/boards/st/stm32u5a9j_dk/support/ |
D | openocd.cfg | 10 # Enable debug when in low power modes
|
/Zephyr-latest/boards/st/nucleo_u575zi_q/support/ |
D | openocd.cfg | 10 # Enable debug when in low power modes
|
/Zephyr-latest/boards/st/nucleo_u5a5zj_q/support/ |
D | openocd.cfg | 10 # Enable debug when in low power modes
|
/Zephyr-latest/boards/st/sensortile_box_pro/support/ |
D | openocd.cfg | 10 # Enable debug when in low power modes
|
/Zephyr-latest/boards/st/steval_stwinbx1/support/ |
D | openocd.cfg | 10 # Enable debug when in low power modes
|
/Zephyr-latest/drivers/i2c/ |
D | Kconfig.sam0 | 19 transaction and ensures that high speed modes are not delayed
|
/Zephyr-latest/samples/userspace/hello_world_user/ |
D | README.rst | 13 This application can be built into modes:
|
/Zephyr-latest/samples/boards/st/power_mgmt/serial_wakeup/boards/ |
D | b_u585i_iot02a.overlay | 10 * Remove Stop Mode 2 from supported modes
|
/Zephyr-latest/boards/st/stm32h7s78_dk/support/ |
D | openocd.cfg | 8 # Enable debug when in low power modes
|
/Zephyr-latest/samples/drivers/crypto/src/ |
D | main.c | 620 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()
|