Home
last modified time | relevance | path

Searched refs:allowed (Results 1 – 25 of 133) sorted by relevance

123456

/Zephyr-latest/drivers/i2c/
Di2c_common.c46 struct i2c_dt_spec *allowed = &messages_allowlist[a]; in i2c_dump_msgs_rw() local
48 if (dev != allowed->bus || addr != allowed->addr) { in i2c_dump_msgs_rw()
DKconfig.it8xxx253 int "It is allowed to configure the size up to 2K bytes."
65 int "It is allowed to configure the size up to 2044 bytes."
/Zephyr-latest/drivers/sensor/
Dshell_battery.c58 bool allowed; in cmd_battery() local
106 allowed = i_desired.val1 && v_desired.val2 && charge.val1 < 100; in cmd_battery()
108 allowed ? "" : "Not "); in cmd_battery()
/Zephyr-latest/tests/kernel/timer/timer_behavior/
DKconfig25 int "Maximum standard deviation in microseconds allowed"
31 int "Maximum drift in microseconds allowed (should be about 1 period allowance)"
60 Parts Per Million of allowed drift when using an external tool
67 Parts Per Million of allowed period drift when using an external tool
/Zephyr-latest/drivers/bluetooth/hci/
Dhci_stm32wb0.c103 bool allowed = true; in check_legacy_extended_call() local
107 allowed = false; /* Error */ in check_legacy_extended_call()
111 allowed = true; /* OK */ in check_legacy_extended_call()
116 allowed = false; /* Error */ in check_legacy_extended_call()
120 allowed = true; /* OK */ in check_legacy_extended_call()
124 if (!allowed) { in check_legacy_extended_call()
/Zephyr-latest/tests/drivers/regulator/api/
Dapp.overlay25 regulator-allowed-modes = <1 10>;
/Zephyr-latest/subsys/bluetooth/services/
DKconfig.hrs20 bool "Read and write allowed"
/Zephyr-latest/subsys/net/l2/wifi/
DKconfig116 int "Maximum number of stations allowed in station table"
120 Maximum number of stations allowed in station table. New stations will be
124 int "Maximum number of identity users allowed connection"
127 This option defines the maximum number of identity users allowed connection.
/Zephyr-latest/boards/shields/npm6001_ek/
Dnpm6001_ek.overlay25 /* limits are set to min/max allowed values */
/Zephyr-latest/drivers/watchdog/
DKconfig.nxp_fs2652 configuration, values 0xffff and 0x0000 are not allowed. In challenger
53 watchdog configuration, value 0x0000 is not allowed.
/Zephyr-latest/drivers/interrupt_controller/
DKconfig.it8xxx215 Configures the maximum number of clients allowed per shared
/Zephyr-latest/boards/shields/npm1300_ek/
Dnpm1300_ek.overlay24 /* limits are set to min/max allowed values */
/Zephyr-latest/drivers/entropy/
DKconfig.npcx57 Number of gererations allowed until next reseeding.
DKconfig.cc13xx_cc26xx47 The number of FROs allowed to be shutdown before the driver attempts to
/Zephyr-latest/samples/bluetooth/direct_adv/
DREADME.rst16 Please note that direct advertising towards iOS based devices is not allowed.
/Zephyr-latest/tests/drivers/i2s/i2s_speed/
DKconfig38 Maximum allowed offset between sent and received samples. Non-zero
/Zephyr-latest/tests/drivers/i2s/i2s_api/
DKconfig38 Maximum allowed offset between sent and received samples. Non-zero
/Zephyr-latest/subsys/net/lib/lwm2m/
DREADME_lwm2m36 The default value of the number of maximum allowed records doesn't really matter as it's replaced
/Zephyr-latest/subsys/fs/
DKconfig38 int "Maximum number of distinct file system types allowed"
49 Specify the maximum file name allowed across all enabled file
/Zephyr-latest/tests/drivers/watchdog/wdt_error_cases/
DREADME.txt63 5. Set maximal allowed watchdog timeout value, f.e.:
65 Also, test assumes that minimal allowed watchdog timeout value must be zero.
/Zephyr-latest/subsys/net/
DKconfig.hostname28 int "The maximum allowed hostname length"
/Zephyr-latest/dts/arm/silabs/
Defr32bg2x.dtsi30 /* Divisors 1, 2, 4, 8, 16 allowed */
37 /* Divisors 1, 2 allowed */
58 /* Divisors 1, 2, 3, 4 allowed */
/Zephyr-latest/boards/sparkfun/pro_micro_rp2040/
Dsparkfun_pro_micro_rp2040.dts125 regulator-allowed-modes = <REGULATOR_RPI_PICO_MODE_NORMAL>;
/Zephyr-latest/boards/adafruit/kb2040/
Dadafruit_kb2040.dts123 regulator-allowed-modes = <REGULATOR_RPI_PICO_MODE_NORMAL>;
/Zephyr-latest/boards/waveshare/rp2040_zero/
Drp2040_zero.dts141 regulator-allowed-modes = <REGULATOR_RPI_PICO_MODE_NORMAL>;

123456