/Zephyr-latest/drivers/i2c/ |
D | i2c_common.c | 46 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()
|
D | Kconfig.it8xxx2 | 53 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/ |
D | shell_battery.c | 58 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/ |
D | Kconfig | 25 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/ |
D | hci_stm32wb0.c | 103 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/ |
D | app.overlay | 25 regulator-allowed-modes = <1 10>;
|
/Zephyr-latest/subsys/bluetooth/services/ |
D | Kconfig.hrs | 20 bool "Read and write allowed"
|
/Zephyr-latest/subsys/net/l2/wifi/ |
D | Kconfig | 116 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/ |
D | npm6001_ek.overlay | 25 /* limits are set to min/max allowed values */
|
/Zephyr-latest/drivers/watchdog/ |
D | Kconfig.nxp_fs26 | 52 configuration, values 0xffff and 0x0000 are not allowed. In challenger 53 watchdog configuration, value 0x0000 is not allowed.
|
/Zephyr-latest/drivers/interrupt_controller/ |
D | Kconfig.it8xxx2 | 15 Configures the maximum number of clients allowed per shared
|
/Zephyr-latest/boards/shields/npm1300_ek/ |
D | npm1300_ek.overlay | 24 /* limits are set to min/max allowed values */
|
/Zephyr-latest/drivers/entropy/ |
D | Kconfig.npcx | 57 Number of gererations allowed until next reseeding.
|
D | Kconfig.cc13xx_cc26xx | 47 The number of FROs allowed to be shutdown before the driver attempts to
|
/Zephyr-latest/samples/bluetooth/direct_adv/ |
D | README.rst | 16 Please note that direct advertising towards iOS based devices is not allowed.
|
/Zephyr-latest/tests/drivers/i2s/i2s_speed/ |
D | Kconfig | 38 Maximum allowed offset between sent and received samples. Non-zero
|
/Zephyr-latest/tests/drivers/i2s/i2s_api/ |
D | Kconfig | 38 Maximum allowed offset between sent and received samples. Non-zero
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | README_lwm2m | 36 The default value of the number of maximum allowed records doesn't really matter as it's replaced
|
/Zephyr-latest/subsys/fs/ |
D | Kconfig | 38 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/ |
D | README.txt | 63 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/ |
D | Kconfig.hostname | 28 int "The maximum allowed hostname length"
|
/Zephyr-latest/dts/arm/silabs/ |
D | efr32bg2x.dtsi | 30 /* 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/ |
D | sparkfun_pro_micro_rp2040.dts | 125 regulator-allowed-modes = <REGULATOR_RPI_PICO_MODE_NORMAL>;
|
/Zephyr-latest/boards/adafruit/kb2040/ |
D | adafruit_kb2040.dts | 123 regulator-allowed-modes = <REGULATOR_RPI_PICO_MODE_NORMAL>;
|
/Zephyr-latest/boards/waveshare/rp2040_zero/ |
D | rp2040_zero.dts | 141 regulator-allowed-modes = <REGULATOR_RPI_PICO_MODE_NORMAL>;
|