Home
last modified time | relevance | path

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

12345678

/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/samples/drivers/stepper/generic/
DREADME.rst5 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/
DKconfig.b9121 int "Tx/Rx modes switching delay time (us)"
24 Delay time needed for PLL stabilization during Tx/Rx modes switching.
/Zephyr-latest/drivers/crypto/
DKconfig.cc23x012 This driver supports the following modes:
/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/fanke/fk750m1_vbt6/support/
Dopenocd.cfg14 # Enable debug when in low power modes
/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/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/steval_stwinbx1/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/stm32u5a9j_dk/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/drivers/video/
Dov5640.c770 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/
DREADME.rst13 This application can be built into modes:
/Zephyr-latest/boards/st/stm32h7s78_dk/support/
Dopenocd.cfg8 # Enable debug when in low power modes
/Zephyr-latest/drivers/i2c/
DKconfig.sam019 transaction and ensures that high speed modes are not delayed

12345678