Home
last modified time | relevance | path

Searched +full:1 +full:db (Results 1 – 25 of 90) sorted by relevance

1234

/Zephyr-latest/dts/bindings/usb/
Dusb-audio-feature-volume.yaml19 The range from +127.9961 dB (0x7FFF) down to -127.9961 dB (0x8001).
27 The range from +127.9961 dB (0x7FFF) down to -127.9961 dB (0x8001).
35 1 = 1/256 dB or 0.00390625 dB.
36 0x100(256) = 1dB.
37 Valid range: 1 - 0x7FFF
/Zephyr-latest/drivers/wifi/nrf_wifi/
DKconfig.nrfwifi176 default 1
203 …If this GPIO is asserted (1), the SR side RF switch is connected to the Wi-Fi side (shared antenna…
232 The values are in dB scale in steps of 1 dB and range of 0-4 dB.
241 The values are in dB scale in steps of 1 dB and range of 0-4 dB.
250 The values are in dB scale in steps of 1 dB and range of 0-4 dB.
259 The values are in dB scale in steps of 1 dB and range of 0-4 dB.
283 int "DSSS Transmit power backoff (in dB) for lower edge of 2.4 GHz frequency band"
288 int "HT/VHT Transmit power backoff (in dB) for lower edge of 2.4 GHz frequency band"
293 int "HE Transmit power backoff (in dB) for lower edge of 2.4 GHz frequency band"
298 int "DSSS Transmit power backoff (in dB) for upper edge of 2.4 GHz frequency band"
[all …]
/Zephyr-latest/dts/bindings/adc/
Despressif,esp32-adc.yaml21 0 dB ADC_GAIN_1
22 2.5 dB ADC_GAIN_4_5
23 6 dB ADC_GAIN_1_2
24 11 dB ADC_GAIN_1_4
39 Possible values are 1,2,.. depending on chip.
47 const: 1
/Zephyr-latest/scripts/logging/dictionary/dictionary_parser/
D__init__.py19 # DB version 1 and 2 correspond to v1 parser
20 if db_ver in [1, 2]:
23 # DB version 3 correspond to v3 parser
/Zephyr-latest/boards/raytac/mdbt50q_db_40/doc/
Dindex.rst6 The Raytac MDBT50Q-DB-40 hardware provides support for the
25 More information about the board can be found at the `MDBT50Q-DB-40 website`_.
26 The `MDBT50Q-DB-40 Specification`_ contains the demo board's datasheet.
27 The `MDBT50Q-DB-40 Schematic`_ contains the demo board's schematic.
31 - Module Demo Board build by MDBT50Q-1MV2
34 - BT5.2&BT5.1&BT5 Bluetooth Specification Cerified
38 - 1MB Flash Memory/256kB RAM
46 - 1 Mini USB connector for power supply and USB communication
95 See `MDBT50Q-DB-40 website`_ and `MDBT50Q-DB-40 Specification`_
96 for a complete list of Raytac MDBT50Q-DB-40 board hardware features.
[all …]
/Zephyr-latest/boards/raytac/mdbt53_db_40/
Draytac_mdbt53_db_40_nrf5340_cpunet.dts13 model = "Raytac MDBT53-DB-40 NRF5340 Network";
14 compatible = "raytac,raytac-mdbt53-db-40-nrf5340-cpunet";
38 pinctrl-1 = <&uart0_sleep>;
/Zephyr-latest/boards/raytac/mdbt53v_db_40/
Draytac_mdbt53v_db_40_nrf5340_cpunet.dts12 model = "Raytac MDBT53V-DB-40 NRF5340 Network";
13 compatible = "raytac,raytac-mdbt53v-db-40-nrf5340-cpunet";
38 pinctrl-1 = <&uart0_sleep>;
/Zephyr-latest/boards/raytac/mdbt50q_db_33/doc/
Dindex.rst6 The Raytac MDBT50Q-DB-33 hardware provides support for the
25 More information about the board can be found at the `MDBT50Q-DB-33 website`_.
26 The `MDBT50Q-DB-33 Specification`_ contains the demo board's datasheet.
27 The `MDBT50Q-DB-33 Schematic`_ contains the demo board's schematic.
34 - BT5.2&BT5.1&BT5 Bluetooth Specification Cerified
46 - 1 Mini USB connector for power supply and USB communication
93 See `MDBT50Q-DB-33 website`_ and `MDBT50Q-DB-33 Specification`_
94 for a complete list of Raytac MDBT50Q-DB-33 board hardware features.
169 Testing the LEDs and buttons in the Raytac MDBT50Q-DB-33
188 open the `MDBT50Q-DB-33 Specification`_, chapter 2.5 'Pin Assignment'.
[all …]
/Zephyr-latest/samples/drivers/i2s/echo/src/
Dcodec.c31 * [6] CLKOUTPD = 1 (Enable Power Down) in init_wm8731_i2c()
33 * [4] OUTPD = 1 (Enable Power Down) in init_wm8731_i2c()
36 * [1] MICPD = 1 (Enable Power Down) in init_wm8731_i2c()
42 * [8] LRINBOTH = 1 (Enable Simultaneous Load) in init_wm8731_i2c()
44 * [4:0] LINVOL = 0x07 (-24 dB) in init_wm8731_i2c()
49 * [8] LRHPBOTH = 1 (Enable Simultaneous Load) in init_wm8731_i2c()
51 * [6:0] LHPVOL = 0x79 (0 dB) in init_wm8731_i2c()
56 * [7:6] SIDEATT = 0 (-6 dB) in init_wm8731_i2c()
58 * [4] DACSEL = 1 (Select DAC) in init_wm8731_i2c()
61 * [1] MUTEMIC = 1 (Enable Mute) in init_wm8731_i2c()
[all …]
/Zephyr-latest/tests/bluetooth/audio/mocks/src/
Dgatt.c47 static sys_slist_t db; variable
233 *num_matches -= 1; in gatt_foreach_iter()
252 SYS_SLIST_FOR_EACH_CONTAINER(&db, svc, node) { in foreach_attr_type_dyndb()
290 uint16_t handle = 1; in bt_gatt_foreach_attr_type()
306 LOG_DBG("Returning after searching static DB"); in bt_gatt_foreach_attr_type()
314 /* Iterate over dynamic db */ in bt_gatt_foreach_attr_type()
354 sys_slist_append(&db, &svc->node); in gatt_insert()
358 /* DB shall always have its service in ascending order */ in gatt_insert()
359 SYS_SLIST_FOR_EACH_CONTAINER(&db, tmp, node) { in gatt_insert()
362 sys_slist_insert(&db, &prev->node, &svc->node); in gatt_insert()
[all …]
/Zephyr-latest/boards/raytac/mdbt53v_db_40/doc/
Dindex.rst6 Raytac MDBT53V-DB-40 demo board is a development board based on the Raytac MDBT53V-1M module,
11 The nRF5340 inside the MDBT53V-1M module is a
42 More information about the board can be found at the `MDBT53V-DB-40 website`_.
43 The `MDBT53V-DB-40 Specification`_ contains the demo board's datasheet.
44 The `MDBT53V-DB-40 Schematic`_ contains the demo board's schematic.
48 - Module Demo Board build by MDBT53V-1M
52 - 1MB/256KB Flash Memory; 512kB/ 64kB RAM
64 - 1 User LEDs
66 - 1 Mini USB connector for power supply
135 See `MDBT53V-DB-40 website`_ and `MDBT53V-DB-40 Specification`_
[all …]
/Zephyr-latest/boards/raytac/mdbt53_db_40/doc/
Dindex.rst6 Raytac MDBT53-DB-40 demo board is a development board based on the Raytac MDBT53-1M module,
11 The nRF5340 inside the MDBT53-1M module is a
43 More information about the board can be found at the `MDBT53-DB-40 website`_.
44 The `MDBT53-DB-40 Specification`_ contains the demo board's datasheet.
45 The `MDBT53-DB-40 Schematic`_ contains the demo board's schematic.
49 - Module Demo Board build by MDBT53-1M
53 - 1MB/256KB Flash Memory; 512kB/ 64kB RAM
66 - 1 Mini USB connector for power supply
140 See `MDBT53-DB-40 website`_ and `MDBT53-DB-40 Specification`_
141 for a complete list of Raytac MDBT53-DB-40 board hardware features.
[all …]
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/settings/src/
Dserver.c42 /* Wait for GATT DB hash to complete. */ in server_round_1()
111 /* sleep long enough to ensure the DB hash is stored to disk, but short in server_round_5()
134 * Round 0 -> 1: test CCC / CF values written before bonding are stored to NVS
137 * Round 1 -> 2: test change-awareness is updated if GATT DB changes _after_ the
146 * Round 3 -> 4: same as (1->2), except this time we won't get the SC indication
184 case 1: in server_procedure()
Dclient.c50 printk("start round 1...........\n"); in client_round_1()
121 /* GATT DB has changed again. in client_round_4()
149 /* GATT DB has changed again. in client_round_6()
/Zephyr-latest/samples/net/syslog_net/
DKconfig27 [2001:db8::1]:514
29 2001:db::42
DREADME.rst42 [2001:db8::1]:514
44 2001:db::42
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/caching/src/
Dgatt_client_test.c131 params->start_handle = attr->handle + 1; in discover_func()
181 .handle_count = 1,
189 .handle_count = 1,
294 * Bit 1: EATT in enable_robust_caching()
296 static const uint8_t csf[] = { BIT(0) | BIT(1) }; in enable_robust_caching()
353 while (bt_eatt_count(g_conn) < 1) { in test_main_common()
373 /* Read the DB hash to become change-aware */ in test_main_db_hash_read_eatt()
405 * reading the DB hash. in test_main_out_of_sync_eatt()
410 /* Read the DB hash to become change-aware */ in test_main_out_of_sync_eatt()
442 * reading the DB hash. in test_main_retry_reads_eatt()
[all …]
/Zephyr-latest/boards/raytac/mdbt50q_db_40/
Draytac_mdbt50q_db_40_nrf52840.dts14 model = "Raytac MDBT50Q-DB-40_nRF52840";
15 compatible = "raytac,raytac-mdbt50q-db-40-nrf52840";
34 label = "Red LED 1";
58 label = "Push button switch 1";
123 pinctrl-1 = <&uart0_sleep>;
132 pinctrl-1 = <&uart1_sleep>;
140 pinctrl-1 = <&i2c0_sleep>;
149 pinctrl-1 = <&i2c1_sleep>;
156 pinctrl-1 = <&pwm0_sleep>;
165 pinctrl-1 = <&spi0_sleep>;
[all …]
/Zephyr-latest/boards/raytac/mdbt50q_db_33/
Draytac_mdbt50q_db_33_nrf52833.dts13 model = "Raytac MDBT50Q-DB-33 nRF52833";
14 compatible = "raytac,raytac-mdbt50q-db-33-nrf52833";
36 label = "Red LED 1";
60 label = "Push button switch 1";
121 pinctrl-1 = <&uart0_sleep>;
130 pinctrl-1 = <&uart1_sleep>;
138 pinctrl-1 = <&i2c0_sleep>;
147 pinctrl-1 = <&i2c1_sleep>;
154 pinctrl-1 = <&pwm0_sleep>;
163 pinctrl-1 = <&spi0_sleep>;
[all …]
/Zephyr-latest/drivers/serial/
Duart_numicro.c32 return -1; in uart_numicro_poll_in()
44 UART_Write(config->uart, &c, 1); in uart_numicro_poll_out()
66 static inline int32_t uart_numicro_convert_datalen(enum uart_config_data_bits db) in uart_numicro_convert_datalen() argument
68 switch (db) { in uart_numicro_convert_datalen()
/Zephyr-latest/drivers/ieee802154/
DKconfig.cc13xx_cc26xx24 range 1 7
33 range 1 5
42 range 1 8
51 range 1 8
77 clear channel assessment (CCA) modes 1 or 3 in the CSMA/CA
79 shall correspond to a received signal power of at most 10 dB
/Zephyr-latest/samples/net/sockets/txtime/
DKconfig18 [2001:db8::1]:8080
20 2001:db::42
47 range 1 10000
55 range 1 10000
/Zephyr-latest/include/zephyr/drivers/modem/
Dhl7800.h24 #define MDM_HL7800_REVISION_MAX_STRLEN (MDM_HL7800_REVISION_MAX_SIZE - 1)
27 #define MDM_HL7800_IMEI_STRLEN (MDM_HL7800_IMEI_SIZE - 1)
30 #define MDM_HL7800_ICCID_MAX_STRLEN (MDM_HL7800_ICCID_MAX_SIZE - 1)
33 #define MDM_HL7800_SERIAL_NUMBER_STRLEN (MDM_HL7800_SERIAL_NUMBER_SIZE - 1)
39 #define MDM_HL7800_APN_MAX_STRLEN (MDM_HL7800_APN_MAX_SIZE - 1)
41 (MDM_HL7800_APN_USERNAME_MAX_SIZE - 1)
43 (MDM_HL7800_APN_PASSWORD_MAX_SIZE - 1)
49 #define MDM_HL7800_APN_CMD_MAX_STRLEN (MDM_HL7800_APN_CMD_MAX_SIZE - 1)
58 #define MDM_HL7800_LTE_BAND_STRLEN (MDM_HL7800_LTE_BAND_STR_SIZE - 1)
61 #define MDM_HL7800_OPERATOR_INDEX_STRLEN (MDM_HL7800_OPERATOR_INDEX_SIZE - 1)
[all …]
/Zephyr-latest/drivers/auxdisplay/
Dauxdisplay_hd44780.c21 #define AUXDISPLAY_HD44780_BACKLIGHT_MAX 1
29 AUXDISPLAY_HD44780_MODE_8_BIT = 1,
86 gpio_pin_set_dt(&config->e_gpio, 1); in hd44780_pulse_enable_line()
127 int8_t ncommands = (mode == AUXDISPLAY_HD44780_MODE_4_BIT) ? 2 : 1; in auxdisplay_hd44780_command()
137 LOG_ERR("Configuration of db-gpios as inputs failed: %d", rc); in auxdisplay_hd44780_command()
141 hd44780_set_rs_rw_lines(dev, 0, 1); in auxdisplay_hd44780_command()
156 LOG_ERR("Configuration of db-gpios as outputs failed: %d", rc); in auxdisplay_hd44780_command()
164 gpio_pin_set_dt(&config->db_gpios[line], ((cmd & BIT(i)) ? 1 : 0)); in auxdisplay_hd44780_command()
208 if (config->capabilities.rows > 1) { in hd44780_ic_initialize()
257 LOG_ERR("Configuration of DB%d GPIO failed: %d", i, rc); in auxdisplay_hd44780_init()
[all …]
/Zephyr-latest/samples/bluetooth/channel_sounding/
DREADME.rst65 Connected to EC:E7:DB:66:14:86 (random) (err 0x00)
118 Connected to EC:E7:DB:66:14:86 (random) (err 0x00)
130 .. [#phase_and_amplitude] `Bluetooth Core Specification v. 6.0: Vol. 1, Part A, 9.2 <https://www.bl…
131 .. [#rtt_packets] `Bluetooth Core Specification v. 6.0: Vol. 1, Part A, 9.3 <https://www.bluetooth.…

1234