Home
last modified time | relevance | path

Searched full:mode (Results 1 – 25 of 2267) sorted by relevance

12345678910>>...91

/Zephyr-Core-3.5.0/samples/drivers/crypto/
Dsample.yaml20 - ".*: CBC Mode"
21 - ".*: CTR Mode"
22 - ".*: CCM Mode"
23 - ".*: GCM Mode"
34 - ".*: CBC Mode"
35 - ".*: CTR Mode"
36 - ".*: CCM Mode"
37 - ".*: GCM Mode"
48 - ".*: ECB mode ENCRYPT - Match"
49 - ".*: ECB mode DECRYPT - Match"
[all …]
DREADME.rst31 [general] [INF] cbc_mode: CBC Mode
33 [general] [INF] cbc_mode: cbc mode ENCRYPT - Match
35 [general] [INF] cbc_mode: cbc mode DECRYPT - Match
37 [general] [INF] ctr_mode: CTR Mode
39 [general] [INF] ctr_mode: ctr mode ENCRYPT - Match
41 [general] [INF] ctr_mode: ctr mode DECRYPT - Match
43 [general] [INF] ccm_mode: CCM Mode
45 [general] [INF] ccm_mode: CCM mode ENCRYPT - Match
47 [general] [INF] ccm_mode: CCM mode DECRYPT - Match
/Zephyr-Core-3.5.0/dts/bindings/sensor/
Dst,lis2ds12-common.yaml28 power-mode:
32 Specify the sensor power mode. Default is power-down mode
45 Default is power-down mode
48 - 1 # 1Hz (available in LP mode only)
49 - 2 # 12.5Hz (available in LP and HR mode)
50 - 3 # 25Hz (available in LP and HR mode)
51 - 4 # 50Hz (available in LP and HR mode)
52 - 5 # 100Hz (available in LP and HR mode)
53 - 6 # 200Hz (available in LP and HR mode)
54 - 7 # 400Hz (available in LP and HR mode)
[all …]
Dvishay,veml7700.yaml13 psm-mode:
17 Power saving mode as described in the datasheet on page 8.
19 (power saving mode is disabled) which is the default value.
21 0x00 = Disable power saving mode
22 0x01 = Mode 1 (0001b)
23 0x03 = Mode 2 (0011b)
24 0x05 = Mode 3 (0101b)
25 0x07 = Mode 4 (0111b)
Despressif,esp32-pcnt.yaml6 Espressif's Pulse Counter Mode (PCNT) controller Node
60 sig-pos-mode = <2>;
61 sig-neg-mode = <1>;
62 ctrl-h-mode = <0>;
63 ctrl-l-mode = <1>;
110 sig-pos-mode:
123 sig-neg-mode:
136 ctrl-h-mode:
145 0 (Default) - Don't change counter mode.
146 1 - Invert counter mode(increase -> decrease, decrease -> increase).
[all …]
/Zephyr-Core-3.5.0/drivers/sdhc/
DKconfig.intel17 bool "EMMC host controller interrupt mode"
20 EMMC host controller interrupt mode support.
23 bool "EMMC host controller DMA mode"
26 EMMC host controller DMA mode support.
29 bool "EMMC host controller ADMA mode"
32 EMMC host controller ADMA mode support.
42 bool "auto stop command mode"
45 Auto stop command mode support.
48 bool "Block gap mode"
51 Block gap mode support.
/Zephyr-Core-3.5.0/doc/connectivity/networking/api/
Dpromiscuous.rst3 Promiscuous Mode
13 Promiscuous mode is a mode for a network interface controller that
16 to receive. This mode is normally used for packet sniffing as used
19 `Wikipedia article on promiscuous mode
22 The network promiscuous APIs are used to enable and disable this mode,
24 technologies or network device drivers support promiscuous mode.
29 First the promiscuous mode needs to be turned ON by the application like this:
36 printf("Promiscuous mode already enabled\n");
38 printf("Cannot enable promiscuous mode for "
58 Finally the promiscuous mode can be turned OFF by the application like this:
[all …]
/Zephyr-Core-3.5.0/samples/boards/stm32/power_mgmt/standby_shutdown/
DREADME.rst9 This sample is a minimum application to demonstrate basic power management of Standby mode and
10 shutdown mode
11 behavior in a basic blinking LED set up you can enter in shutdown mode or in standbymode mode.
13 when LED2 is OFF to enter to Shutdown Mode
14 when LED2 is ON to enter to Standby Mode
15 release the user button to exit from shutdown mode or from shutdown mode.
40 when LED2 is OFF to enter to Shutdown Mode
41 when LED2 is ON to enter to Standby Mode
42 release the user button to exit from shutdown mode or from shutdown mode.
/Zephyr-Core-3.5.0/dts/bindings/pinctrl/
Dnxp,lpc-iocon-pinctrl.yaml86 0 SLEW_0- standard mode, output slew rate is slower
87 1 SLEW_1- fast mode, output slew rate is faster
92 nxp,analog-mode:
95 Set the pin to analog mode. Sets DIGIMODE=0, and ASW=1. Only valid for
97 nxp,analog-alt-mode:
100 Select the pin's alternate analog mode. Valid on LPC55s3x family SOCs
108 Pin output power source. Only valid for I2C mode pins running in I2C
109 mode.
120 I2C glitch filter speed. Only valid for I2C mode pins. Fast mode
128 I2C speed. Only valid for I2C mode pins. Fast mode should be used for
[all …]
Dite,it8xxx2-pinctrl-func.yaml41 KSI[7:0] does not support push-pull and open-drain mode.
42 If KSO[17:0] is in KBS mode, setting 1 selects open-drain mode,
43 setting 0 selects push-pull mode.
44 If KSO[15:0] is in GPIO mode, then this bit is always disabled.
49 If KSI[7:0]/KSO[15:0] is in KBS mode , setting 1 enables the internal
51 If KSI[7:0]/KSO[15:0] is in GPIO mode, then this bit is always disabled.
56 Default setting pin configure to alternate mode for all GPIO group pins
58 mode for KSI[7:0] and KSO[15:0] pins.
/Zephyr-Core-3.5.0/include/zephyr/retention/
Dbootmode.h9 * @brief Public API for boot mode interface
26 * @brief Boot mode interface
27 * @defgroup boot_mode_interface Boot mode interface
36 /** Bootloader boot mode (e.g. serial recovery for MCUboot) */
41 * @brief Checks if the boot mode of the device is set to a specific value.
43 * @param boot_mode Expected boot mode to check.
45 * @retval 1 If successful and boot mode matches.
46 * @retval 0 If boot mode does not match.
52 * @brief Sets boot mode of device.
54 * @param boot_mode Boot mode value to set.
[all …]
/Zephyr-Core-3.5.0/scripts/
Dcoccicheck20 -m= , --mode= specify the mode use {report, patch, org, context, chain}
31 mode = report
43 -m=*|--mode=*)
44 MODE="${i#*=}"
108 if [ "$MODE" = "" ] ; then
109 echo 'You have not explicitly specified the mode to use. Using default "report" mode.'
111 echo 'You can specify the mode with "./scripts/coccicheck --mode=<mode>"'
113 MODE="report"
116 if [ "$MODE" = "chain" ] ; then
117 echo 'You have selected the "chain" mode.'
[all …]
/Zephyr-Core-3.5.0/drivers/sensor/adxl362/
DKconfig62 prompt "Trigger mode"
104 compared to in activity trigger mode.
118 compared to in inactivity trigger mode.
128 int "Activity and inactivity interrupt mode"
133 0 - Default mode
134 1 - Linked mode
135 3 - Loop mode
142 mode in either absolute or referenced mode.
143 0 - Absolute mode
144 1 - Referenced mode
/Zephyr-Core-3.5.0/drivers/pinctrl/
Dpinctrl_gecko.c38 rxpin.mode = gpioModeInput; in pinctrl_configure_pins()
40 GPIO_PinModeSet(rxpin.port, rxpin.pin, rxpin.mode, in pinctrl_configure_pins()
47 txpin.mode = gpioModePushPull; in pinctrl_configure_pins()
49 GPIO_PinModeSet(txpin.port, txpin.pin, txpin.mode, in pinctrl_configure_pins()
55 pin_config.mode = gpioModePushPull; in pinctrl_configure_pins()
57 GPIO_PinModeSet(pin_config.port, pin_config.pin, pin_config.mode, in pinctrl_configure_pins()
62 pin_config.mode = gpioModeInput; in pinctrl_configure_pins()
64 GPIO_PinModeSet(pin_config.port, pin_config.pin, pin_config.mode, in pinctrl_configure_pins()
130 config->pin_rts.mode, in pinctrl_configure_pins()
134 config->pin_cts.mode, in pinctrl_configure_pins()
[all …]
/Zephyr-Core-3.5.0/drivers/sensor/ens210/
DKconfig16 prompt "Temperature measurement mode"
19 Enable/disable temperature measurements and set measurement mode.
23 bool "Temperature measurements in single shot mode"
25 bool "Temperature measurements in continuous mode"
29 prompt "Humidity measurement mode"
32 Enable/disable relative humidity measurements and set measurement mode.
36 bool "Relative humidity measurements in single shot mode"
38 bool "Relative humidity measurements in continuous mode"
/Zephyr-Core-3.5.0/boards/arm/arty/
Dboard.h11 /* eXecute-In-Place mode */
13 /* Normal mode */
18 * @brief Select the mode of the DAPlink QSPI multiplexer.
20 * Note: The multiplexer mode must not be changed while executing code from the
21 * off-board QSPI flash in XIP mode.
23 * @param mode The multiplexer mode to be selected.
27 int board_daplink_qspi_mux_select(enum board_daplink_qspi_mux_mode mode);
/Zephyr-Core-3.5.0/dts/bindings/pwm/
Dnxp,s32-emios-pwm.yaml11 - Channel 0 for mode OPWFMB
12 - Channel 1 for mode OPWMB
13 - Channel 2 for mode OPWMCB with deadtime inserted at leading edge
14 - Channel 3 for mode SAIC, use internal timebase with input filter = 2 eMIOS clock
19 pwm-mode = "OPWFMB";
29 pwm-mode = "OPWMB";
38 pwm-mode = "OPWMCB_LEAD_EDGE";
46 pwm-mode = "SAIC";
53 phandle 'master-bus'. For OPWMB mode, PWM's period is master bus's period and
54 is 2 * master bus's period - 2 for OPWMCB mode. Please notice that the devicetree
[all …]
/Zephyr-Core-3.5.0/drivers/regulator/
Dregulator_npm1100.c21 struct gpio_dt_spec mode; member
29 regulator_mode_t mode) in regulator_npm1100_set_mode() argument
33 if ((config->mode.port == NULL) || (mode > NPM1100_MODE_PWM)) { in regulator_npm1100_set_mode()
37 return gpio_pin_set_dt(&config->mode, in regulator_npm1100_set_mode()
38 mode == NPM1100_MODE_AUTO ? 0 : 1); in regulator_npm1100_set_mode()
42 regulator_mode_t *mode) in regulator_npm1100_get_mode() argument
47 if (config->mode.port == NULL) { in regulator_npm1100_get_mode()
51 ret = gpio_pin_get_dt(&config->mode); in regulator_npm1100_get_mode()
56 *mode = (ret == 0) ? NPM1100_MODE_AUTO : NPM1100_MODE_PWM; in regulator_npm1100_get_mode()
66 if (config->mode.port != NULL) { in regulator_npm1100_init()
[all …]
/Zephyr-Core-3.5.0/tests/subsys/logging/log_msg/src/
Dmain.c207 int mode; in ZTEST() local
212 Z_LOG_MSG_CREATE3(1, mode, 0, domain, source, level, in ZTEST()
214 zassert_equal(mode, EXP_MODE(ZERO_COPY)); in ZTEST()
216 Z_LOG_MSG_CREATE3(0, mode, 0, domain, source, level, in ZTEST()
218 zassert_equal(mode, EXP_MODE(FROM_STACK)); in ZTEST()
235 int mode; in ZTEST() local
245 Z_LOG_MSG_CREATE3(1, mode, 0, domain, source, level, NULL, 0, in ZTEST()
247 zassert_equal(mode, EXP_MODE(ZERO_COPY)); in ZTEST()
249 Z_LOG_MSG_CREATE3(0, mode, 0, domain, source, level, NULL, 0, in ZTEST()
251 zassert_equal(mode, EXP_MODE(FROM_STACK)); in ZTEST()
[all …]
/Zephyr-Core-3.5.0/modules/
DKconfig.tinycrypt13 bool "PRNG in counter mode"
16 generator in counter mode.
65 This option enables support for AES-128 block cipher mode.
68 bool "AES-128 counter mode"
71 This option enables support for AES-128 counter mode.
74 bool "AES-128 CCM mode"
77 This option enables support for AES-128 CCM mode.
80 bool "AES-128 CMAC mode"
83 This option enables support for AES-128 CMAC mode.
/Zephyr-Core-3.5.0/dts/bindings/led/
Dnordic,npm1300-led.yaml14 nordic,led0-mode:
21 description: LED 0 mode
23 nordic,led1-mode:
30 description: LED 1 mode
32 nordic,led2-mode:
39 description: LED 2 mode
/Zephyr-Core-3.5.0/drivers/hwinfo/
Dhwinfo_sam_rstc.c60 uint32_t mode; in hwinfo_rstc_init() local
67 /* Get current Mode Register value */ in hwinfo_rstc_init()
68 mode = regs->RSTC_MR; in hwinfo_rstc_init()
72 mode &= ~RSTC_MR_KEY_Msk; in hwinfo_rstc_init()
73 mode |= (RSTC_MR_URSTEN | RSTC_MR_KEY_PASSWD); in hwinfo_rstc_init()
75 mode &= ~(RSTC_MR_URSTEN | RSTC_MR_KEY_Msk); in hwinfo_rstc_init()
76 mode |= RSTC_MR_KEY_PASSWD; in hwinfo_rstc_init()
79 /* Set Mode Register value */ in hwinfo_rstc_init()
80 regs->RSTC_MR = mode; in hwinfo_rstc_init()
/Zephyr-Core-3.5.0/soc/riscv/riscv-privileged/common/
Dvector.S32 * CLIC vectored mode
34 * CLIC vectored mode uses mtvec exclusively for exception handling and
39 addi t0, t0, 0x03 /* Enable CLIC vectored mode by setting LSB */
43 * CLIC vectored mode has a similar concept to CLINT vectored mode,
45 * However, in CLIC vectored mode, the handler table contains the
49 * When an interrupt occurs in CLIC vectored mode, the address of the
60 * CLINT vectored mode
64 * address of _irq_vector_table to indicate that vectored mode
72 addi t0, t0, 0x01 /* Enable vectored mode by setting LSB */
80 * CLINT direct mode
/Zephyr-Core-3.5.0/soc/arm/nxp_imx/rt/
Dpower_rt10xx.c7 * sleep mode must be defined within this file, or linked to RAM.
28 * normal/full speed mode, low speed mode, and low power mode.
43 static void lpm_set_sleep_mode_config(clock_mode_t mode) in lpm_set_sleep_mode_config() argument
51 * the SoC enters low power mode before the ARM core executes WFI. in lpm_set_sleep_mode_config()
57 * Low-Power mode. in lpm_set_sleep_mode_config()
58 * 3) Software should mask IRQ #41 right after CCM Low-Power mode in lpm_set_sleep_mode_config()
64 * debugger will not connect in sleep mode in lpm_set_sleep_mode_config()
66 /* Set clock control module to transfer system to idle mode */ in lpm_set_sleep_mode_config()
67 clpcr |= CCM_CLPCR_LPM(mode) | CCM_CLPCR_MASK_SCU_IDLE_MASK | in lpm_set_sleep_mode_config()
81 /* Enable the SNVS RTC as a wakeup source from soft-off mode, in case an RTC alarm in lpm_enter_soft_off_mode()
[all …]
/Zephyr-Core-3.5.0/drivers/usb/bc12/
DKconfig.pi3usb920110 host or client mode. It supports Battery Charging Specification, rev
12 (SDP/CDP/DCP) advertisement when in host mode. In portable device or
13 client mode it starts BC1.2 detection to detect the attached host
32 When this option is enabled and the charging mode is configured for
34 driver automatically sets the charging mode to SDP (Standard
38 operating in CDP mode. Note that the BC1.2 negotiation compeletes
39 before switching to SDP mode, so the attached portable device can

12345678910>>...91