/Zephyr-latest/include/zephyr/dt-bindings/usb-c/ |
D | pd.h | 32 #define PDO_FIXED_VOLT_SHIFT 10 /* 50mV units */ 33 #define PDO_FIXED_CURR_SHIFT 0 /* 10mA units */ 42 #define VSAFE5V 5000 /* mv units */ 44 #define PDO_BATT_MAX_VOLT_SHIFT 20 /* 50mV units */ 45 #define PDO_BATT_MIN_VOLT_SHIFT 10 /* 50mV units */ 46 #define PDO_BATT_MAX_PWR_SHIFT 0 /* 250mW units */ 56 #define PDO_VAR_MAX_VOLT_SHIFT 20 /* 50mV units */ 57 #define PDO_VAR_MIN_VOLT_SHIFT 10 /* 50mV units */ 58 #define PDO_VAR_MAX_CURR_SHIFT 0 /* 10mA units */ 75 #define PDO_PPS_APDO_MAX_VOLT_SHIFT 17 /* 100mV units */ [all …]
|
/Zephyr-latest/include/zephyr/drivers/usb_c/ |
D | usbc_pd.h | 394 * @brief Convert milliamps to Fixed PDO Current in 10mA units. 401 * @brief Convert millivolts to Fixed PDO Voltage in 50mV units 408 * @brief Convert a Fixed PDO Current from 10mA units to milliamps. 410 * @param c Fixed PDO current in 10mA units. 415 * @brief Convert a Fixed PDO Voltage from 50mV units to millivolts. 419 * @param v Fixed PDO voltage in 50mV units. 429 /** Maximum Current in 10mA units */ 431 /** Voltage in 50mV units */ 476 /** Operational Current in 10mA units */ 478 /** Voltage in 50mV units */ [all …]
|
/Zephyr-latest/drivers/sensor/maxim/max17055/ |
D | max17055.h | 48 /* Current cell voltage in units of 1.25/16mV */ 50 /* Current cell open circuit voltage in units of 1.25/16mV */ 52 /* Average current in units of 1.5625uV / Rsense */ 56 /* Internal temperature in units of 1/256 degrees C */ 62 /* Time to empty in units of 5.625s */ 64 /* Time to full in units of 5.625s */
|
/Zephyr-latest/dts/bindings/espi/ |
D | microchip,xec-espi-saf.yaml | 26 description: interval between flash busy poll in 20 ns units 30 description: timeout after last read to resume supended operations in 20 ns units 34 description: hold off poll after suspend in 20 ns units
|
D | microchip,xec-espi-saf-v2.yaml | 32 description: interval between flash busy poll in 20 ns units 36 description: timeout after last read to resume supended operations in 20 ns units 40 description: hold off poll after suspend in 20 ns units
|
/Zephyr-latest/dts/bindings/usb/uac2/ |
D | zephyr,uac2-audio-streaming.yaml | 62 circuitry. Units depend on the lock-delay-units field. Relevant only if 65 lock-delay-units: 67 description: Units for lock-delay parameter.
|
/Zephyr-latest/dts/bindings/display/ |
D | display-controller.yaml | 11 Height of the panel driven by the controller, with the units in pixels. 17 Width of the panel driven by the controller, with the units in pixels.
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/hal/RV32M1/ |
D | ticker.h | 30 /* Macro to translate microseconds to tick units. 40 /* Macro to translate microseconds to tick units. 50 /* Macro to translate tick units to microseconds. */
|
/Zephyr-latest/tests/subsys/fs/fat_fs_api/src/ |
D | test_fat_fs.c | 24 TC_PRINT("Volume size in f_frsize units = %lu\n", stat.f_blocks); in test_statvfs() 25 TC_PRINT("Free space in f_frsize units = %lu\n", stat.f_bfree); in test_statvfs()
|
/Zephyr-latest/dts/bindings/clock/ |
D | microchip,xec-pcr.yaml | 43 32KHz clock monitor minimum valid 32KHz period in 48MHz units 49 32KHz clock monitor maximum valid 32KHz period in 48MHz units 55 Maximum duty cycle variation. Difference in units of 48HMz between
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | Kconfig | 28 int "Delay for notification sending retried attempt in 1.25 ms units" 32 This option sets the time in 1.25 ms units before the stack will
|
/Zephyr-latest/drivers/sensor/maxim/max17262/ |
D | max17262.h | 51 /* Current cell voltage in units of 1.25/16mV */ 53 /* Average current in units of 156.25uA */ 59 /* Internal temperature in units of 1/256 degrees C */
|
/Zephyr-latest/tests/subsys/fs/fat_fs_dual_drive/src/ |
D | test_fat_fs.c | 29 TC_PRINT("Volume size in f_frsize units = %lu\n", stat.f_blocks); in test_statvfs() 30 TC_PRINT("Free space in f_frsize units = %lu\n", stat.f_bfree); in test_statvfs()
|
/Zephyr-latest/tests/bluetooth/controller/mock_ctrl/include/hal/ |
D | ticker_vendor_hal.h | 24 /* Macro to translate microseconds to tick units. 34 /* Macro to translate microseconds to tick units. 44 /* Macro to translate tick units to microseconds. */
|
/Zephyr-latest/samples/bluetooth/hap_ha/src/ |
D | micp_mic_dev.c | 42 static void micp_mic_dev_aics_gain_setting_cb(struct bt_aics *inst, int err, uint8_t units, in micp_mic_dev_aics_gain_setting_cb() argument 48 printk("AICS inst %p gain settings units %u, min %d, max %d\n", in micp_mic_dev_aics_gain_setting_cb() 49 inst, units, minimum, maximum); in micp_mic_dev_aics_gain_setting_cb() 106 micp_param.aics_param[i].units = 1; in micp_mic_dev_init()
|
D | vcp_vol_renderer.c | 49 static void aics_gain_setting_cb(struct bt_aics *inst, int err, uint8_t units, int8_t minimum, in aics_gain_setting_cb() argument 55 printk("AICS inst %p gain settings units %u, min %d, max %d\n", in aics_gain_setting_cb() 56 inst, units, minimum, maximum); in aics_gain_setting_cb() 156 vcp_register_param.aics_param[i].units = 1; in vcp_vol_renderer_init()
|
/Zephyr-latest/dts/bindings/sensor/ |
D | espressif,esp32-pcnt.yaml | 11 The ESP32's PCNT module has 8 independent counting “units” numbered from 0 to 7. 12 ESP32S2 and ESP32S3 have 4 independent counting “units” numbered from 0 to 3. 91 The ESP32 has 8 PCNT units. ESP32S2/S3 have 4 PCNT units.
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/ |
D | ticker.h | 43 /* Macro to translate microseconds to tick units. 53 /* Macro to translate microseconds to tick units. 63 /* Macro to translate tick units to microseconds. */
|
/Zephyr-latest/lib/heap/ |
D | heap_info.c | 19 printk("Heap at %p contains %d units in %d buckets\n\n", in heap_print_info() 22 printk(" bucket# min units total largest largest\n" in heap_print_info() 23 " threshold chunks (units) (bytes)\n" in heap_print_info()
|
/Zephyr-latest/samples/arch/smp/pi/ |
D | README.rst | 4 Calculate the first 240 digits of Pi on multiple execution units. 9 demonstrates the benefit of multiple execution units (CPU cores)
|
/Zephyr-latest/dts/bindings/ipc/ |
D | nordic,nrf-ipct-common.yaml | 24 is <source_channel sink_domain_id sink_channel>. Units are sequential 39 is <sink_channel source_domain_id source_channel>. Units are sequential
|
/Zephyr-latest/dts/bindings/mtd/ |
D | nxp,imx-flexspi-device.yaml | 16 Chip select interval units, in serial clock cycles. See the 80 AHB write wait interval units, in AHB clock cycles. See the AWRWAITUNIT
|
/Zephyr-latest/subsys/mgmt/mcumgr/transport/ |
D | Kconfig.bluetooth | 64 Minimum connection interval in 1.25ms units used during the exchange of SMP packets. 71 Maximum connection interval in 1.25ms units used during the exchange of SMP packets.
|
/Zephyr-latest/drivers/watchdog/ |
D | Kconfig.mcux | 36 WWDT timeout warning interrupt time. The units are
|
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | brg_cfg.h | 69 /** Start offset in units of bridges */ 83 /** Start offset in units of bridging table state entries */
|