Searched full:modes (Results 1 – 25 of 378) sorted by relevance
12345678910>>...16
/Zephyr-latest/include/zephyr/dt-bindings/regulator/ |
D | npm1300.h | 17 * @name NPM1300 Regulator modes 20 /* Buck modes */ 25 /* LDSW / LDO modes */
|
D | npm2100.h | 17 * @name NPM2100 Regulator modes 23 /* DPS modes applies to BOOST only */
|
D | axp192.h | 17 * @name AXP192 Regulator modes
|
D | nxp_vref.h | 17 * @name NXP VREF Regulator API Modes
|
D | adp5360.h | 17 * @name ADP5360 Regulator modes
|
D | max20335.h | 17 * @name MAX20335 Regulator modes
|
D | npm1100.h | 17 * @name NPM1100 Regulator modes
|
/Zephyr-latest/drivers/timer/ |
D | mcux_os_timer.c | 34 /* Total cycles of the timer compensated to include the time lost in "sleep/deep sleep" modes. 36 * certain deep sleep modes and the time elapsed when it is powered off. 76 /* The OS Timer is disabled in certain low power modes and cannot wakeup the system 79 * that would wakeup the system from deep power down modes. 116 * in low power modes. in mcux_lpc_ostick_set_counter_timeout() 133 /* After exit from certain low power modes where the OS Timer was disabled, the 183 /* OS Timer may not be able to wakeup in certain low power modes. in sys_clock_set_timeout() 185 * from low power modes. in sys_clock_set_timeout() 282 /* On some SoC's, OS Timer cannot wakeup from low power mode in standby modes */ in sys_clock_driver_init()
|
/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/dts/bindings/pinctrl/ |
D | silabs,dbus-pinctrl.yaml | 72 drive-open-source modes. 74 input-enable and drive-open-drain modes. 79 and drive-open-drain modes. 82 drive-open-drain modes. 120 and drive-open-drain modes. 127 modes.
|
/Zephyr-latest/include/zephyr/dt-bindings/sensor/ |
D | lsm6dso.h | 9 /* Accel power-modes */ 14 /* Gyro power-modes */
|
D | icm42688.h | 16 * @defgroup ICM42688_ACCEL_POWER_MODES Accelerometer power modes 25 * @defgroup ICM42688_GYRO_POWER_MODES Gyroscope power modes
|
/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/dts/bindings/clock/ |
D | st,stm32-hse-clock.yaml | 28 The interaction of CSS and low-power modes is unclear from the documentation. 30 modes; this will include re-enabling CSS. However it is important that you verify
|
/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/dts/bindings/regulator/ |
D | x-powers,axp192-regulator.yaml | 56 - regulator-allowed-modes 66 Initial operating mode. AXP192 supports 2 different power modes:
|
/Zephyr-latest/include/zephyr/arch/xtensa/ |
D | mpu.h | 34 /** Kernel and user modes no access. */ 55 /** Kernel and user modes write only. */ 67 /** Kernel and user modes read only. */ 70 /** Kernel and user modes read and execution. */ 73 /** Kernel and user modes read and write. */ 76 /** Kernel and user modes read, write and execution. */
|
/Zephyr-latest/include/zephyr/drivers/sensor/ |
D | tsl2591.h | 26 * Rather than set this value directly, can only be set to operate in one of four modes: 33 * See datasheet for actual typical gain scales these modes correspond to.
|
/Zephyr-latest/dts/bindings/pwm/ |
D | nxp,s32-emios-pwm.yaml | 6 to use for PWM operation. There are several PWM modes supported by this module, 7 some modes only support on channels that have internal counter, some modes 52 OPWMB and OPWMCB modes use reference timebase, the master bus is chosen over
|
/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/boards/st/stm32h7b3i_dk/support/ |
D | openocd.cfg | 8 # 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/dts/bindings/i2c/ |
D | microchip,mpfs-i2c.yaml | 24 modes are supported, possible values are 100000 and 400000.
|
/Zephyr-latest/dts/bindings/power/ |
D | nxp,aon-wakeup-pin.yaml | 14 description: Interrupt to wakeup the SoC from low power modes.
|
/Zephyr-latest/boards/st/nucleo_wba52cg/support/ |
D | openocd.cfg | 10 # Enable debug when in low power modes
|
12345678910>>...16