Searched refs:modes (Results 1 – 25 of 176) sorted by relevance
12345678
| /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/samples/drivers/stepper/generic/ |
| D | README.rst | 5 Rotate a stepper motor in 4 different modes. 13 The stepper spins in 4 different modes: ping_pong_relative, ping_pong_absolute, continuous_clockwise 19 Following modes are supported: enable, ping_pong_relative, ping_pong_absolute, rotate_cw, rotate_cc…
|
| /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/drivers/crypto/ |
| D | Kconfig.cc23x0 | 12 This driver supports the following modes:
|
| /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/fanke/fk750m1_vbt6/support/ |
| D | openocd.cfg | 14 # Enable debug when in low power modes
|
| /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/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/steval_stwinbx1/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/stm32u5a9j_dk/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/drivers/video/ |
| D | ov5640.c | 770 const struct ov5640_mode_config *modes; in ov5640_set_fmt() local 776 modes = dvp_modes; in ov5640_set_fmt() 781 modes = csi2_modes; in ov5640_set_fmt() 807 if (fmt->width == modes[i].width && fmt->height == modes[i].height) { in ov5640_set_fmt() 808 ret = ov5640_write_multi_regs(&cfg->i2c, modes[i].res_params, in ov5640_set_fmt() 809 modes[i].array_size_res_params); in ov5640_set_fmt() 815 drv_data->cur_mode = &modes[i]; in ov5640_set_fmt()
|
| /Zephyr-latest/samples/userspace/hello_world_user/ |
| D | README.rst | 13 This application can be built into modes:
|
| /Zephyr-latest/boards/st/stm32h7s78_dk/support/ |
| D | openocd.cfg | 8 # 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
|
12345678