Searched +full:max +full:- +full:current +full:- +full:300 (Results 1 – 16 of 16) sorted by relevance
/Zephyr-latest/dts/bindings/sdhc/ |
D | sdhc.yaml | 2 # SPDX-License-Identifier: Apache-2.0 11 max-current-330: 15 Max drive current in mA at 3.3V. A value of zero indicates no maximum 18 max-current-300: 22 Max drive current in mA at 3.0V. A value of zero indicates no maximum 25 max-current-180: 29 Max drive current in mA at 1.8V. A value of zero indicates no maximum 32 max-bus-freq: 39 min-bus-freq: 46 power-delay-ms: [all …]
|
/Zephyr-latest/dts/bindings/regulator/ |
D | adi,adp5360-regulator.yaml | 2 # SPDX-License-Identifier: Apache-2.0 7 The PMIC has one buck converter and one buck-boost converter. Both need to be 16 compatible = "adi,adp5360-regulator"; 27 compatible: "adi,adp5360-regulator" 31 child-binding: 33 - name: regulator.yaml 34 property-allowlist: 35 - regulator-always-on 36 - regulator-boot-on 37 - regulator-boot-off [all …]
|
/Zephyr-latest/modules/hostap/ |
D | Kconfig | 5 # SPDX-License-Identifier: Apache-2.0 49 # l2_packet - 1 50 # ctrl_iface - 2 * socketpairs = 4(local and global) 51 # z_wpa_event_sock - 1 socketpair = 2 59 module-str = WPA supplicant 63 int "Min compiled-in debug message level for WPA supplicant" 71 is compiled-in the firmware. See wpa_debug.h file of the supplicant for 73 runtime filtering can also be configured in addition to the compile-time 193 bool "EAP-TLS support" 196 bool "EAP-TTLS support" [all …]
|
/Zephyr-latest/doc/_static/css/ |
D | custom.css | 2 * Copyright (c) 2019-2020, Juan Linietsky, Ariel Manzur and the Godot community 4 * SPDX-License-Identifier: CC-BY-3.0 12 …--system-font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto… 13 …--header-font-family: Seravek, 'Gill Sans Nova', Ubuntu, Calibri, 'DejaVu Sans', source-sans-pro, … 30 .rst-content .toctree-wrapper p.caption, 31 .rst-versions { 32 font-family: var(--system-font-family); 42 .rst-content .toctree-wrapper p.caption { 43 /* Use a lighter font for headers (Semi-Bold instead of Bold) */ 44 font-weight: 600; [all …]
|
/Zephyr-latest/drivers/i2c/ |
D | i2c_gd32.c | 4 * SPDX-License-Identifier: Apache-2.0 25 #include "i2c-priv.h" 52 struct i2c_msg *current; member 59 I2C_CTL1(cfg->reg) |= I2C_CTL1_ERRIE; in i2c_gd32_enable_interrupts() 60 I2C_CTL1(cfg->reg) |= I2C_CTL1_EVIE; in i2c_gd32_enable_interrupts() 61 I2C_CTL1(cfg->reg) |= I2C_CTL1_BUFIE; in i2c_gd32_enable_interrupts() 66 I2C_CTL1(cfg->reg) &= ~I2C_CTL1_ERRIE; in i2c_gd32_disable_interrupts() 67 I2C_CTL1(cfg->reg) &= ~I2C_CTL1_EVIE; in i2c_gd32_disable_interrupts() 68 I2C_CTL1(cfg->reg) &= ~I2C_CTL1_BUFIE; in i2c_gd32_disable_interrupts() 74 data->current->len--; in i2c_gd32_xfer_read() [all …]
|
/Zephyr-latest/dts/arm/microchip/ |
D | mec1501hsz.dtsi | 4 * SPDX-License-Identifier: Apache-2.0 7 #include <arm/armv7-m.dtsi> 8 #include <zephyr/dt-bindings/adc/adc.h> 9 #include <zephyr/dt-bindings/clock/mchp_xec_pcr.h> 10 #include <zephyr/dt-bindings/i2c/i2c.h> 11 #include <zephyr/dt-bindings/gpio/gpio.h> 12 #include <zephyr/dt-bindings/gpio/microchip-xec-gpio.h> 16 #address-cells = <1>; 17 #size-cells = <0>; 21 compatible = "arm,cortex-m4"; [all …]
|
D | mec172x_common.dtsi | 4 * SPDX-License-Identifier: Apache-2.0 11 compatible = "microchip,xec-pcr"; 13 reg-names = "pcrr", "vbatr"; 15 core-clock-div = <1>; 17 pll-32k-src = <MCHP_XEC_PLL_CLK32K_SRC_SIL_OSC>; 18 periph-32k-src = <MCHP_XEC_PERIPH_CLK32K_SRC_SO_SO>; 19 clk32kmon-period-min = <1435>; 20 clk32kmon-period-max = <1495>; 21 clk32kmon-duty-cycle-var-max = <132>; 22 clk32kmon-valid-min = <4>; [all …]
|
/Zephyr-latest/dts/common/nordic/ |
D | nrf9280.dtsi | 4 * SPDX-License-Identifier: Apache-2.0 9 #include <zephyr/dt-bindings/adc/nrf-saadc.h> 10 #include <zephyr/dt-bindings/misc/nordic-nrf-ficr-nrf9230-engb.h> 11 #include <zephyr/dt-bindings/misc/nordic-domain-id-nrf9230.h> 12 #include <zephyr/dt-bindings/misc/nordic-owner-id-nrf9230.h> 13 #include <zephyr/dt-bindings/reserved-memory/nordic-owned-memory.h> 15 /delete-node/ &sw_pwm; 18 #address-cells = <1>; 19 #size-cells = <1>; 22 #address-cells = <1>; [all …]
|
D | nrf54h20.dtsi | 4 * SPDX-License-Identifier: Apache-2.0 10 #include <zephyr/dt-bindings/adc/nrf-saadc.h> 11 #include <zephyr/dt-bindings/misc/nordic-nrf-ficr-nrf54h20.h> 12 #include <zephyr/dt-bindings/misc/nordic-domain-id-nrf54h20.h> 13 #include <zephyr/dt-bindings/misc/nordic-owner-id-nrf54h20.h> 14 #include <zephyr/dt-bindings/misc/nordic-tddconf.h> 15 #include <zephyr/dt-bindings/reserved-memory/nordic-owned-memory.h> 16 #include <zephyr/dt-bindings/power/nordic-nrf-gpd.h> 18 /delete-node/ &sw_pwm; 21 #address-cells = <1>; [all …]
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | Kconfig | 4 # SPDX-License-Identifier: Apache-2.0 113 bool "Mesh-specific workqueue" 116 mesh-specific workqueue. This will ensure that messages are always sent. 117 The application needs to ensure the mesh-specific workqueue size is large 130 CONFIG_BT_BUF_CMD_TX_COUNT, the host returns -ENOBUFS immediately 237 bool "PB-ADV support" 299 bool "PB-GATT Server support" 314 the PB-GATT is enabled. 317 bool "PB-GATT Client support" 509 Maximum number of simultaneous outgoing multi-segment and/or [all …]
|
/Zephyr-latest/dts/arm/nxp/ |
D | nxp_rt10xx.dtsi | 4 * SPDX-License-Identifier: Apache-2.0 8 #include <arm/armv7-m.dtsi> 9 #include <zephyr/dt-bindings/adc/adc.h> 10 #include <zephyr/dt-bindings/clock/imx_ccm.h> 11 #include <zephyr/dt-bindings/gpio/gpio.h> 12 #include <zephyr/dt-bindings/i2c/i2c.h> 13 #include <zephyr/dt-bindings/pwm/pwm.h> 14 #include <zephyr/dt-bindings/memory-controller/nxp,flexram.h> 19 die-temp0 = &tempmon; 23 #address-cells = <1>; [all …]
|
/Zephyr-latest/drivers/clock_control/ |
D | clock_control_mchp_xec.c | 4 * SPDX-License-Identifier: Apache-2.0 15 #include <zephyr/dt-bindings/clock/mchp_xec_pcr.h> 30 * 32KHz period counter minimum for pass/fail: 16-bit 31 * 32KHz period counter maximum for pass/fail: 16-bit 32 * 32KHz duty cycle variation max for pass/fail: 16-bit 33 * 32KHz valid count minimum: 8-bit 52 #define XEC_CC_XTAL_EN_DELAY_MS_DFLT 300u 99 uint32_t RSVD4[(0x00c0 - 0x0094) / 4]; 157 #define XEC_CC_VBATR_CS_XTAL_DHC BIT(10) /* disable high XTAL startup current */ 190 uint16_t period_min; /* mix and max 32KHz period range */ [all …]
|
/Zephyr-latest/subsys/mgmt/hawkbit/ |
D | hawkbit.c | 2 * Copyright (c) 2016-2017 Linaro Limited 6 * Copyright (c) 2021 G-Technologies Sdn. Bhd. 9 * SPDX-License-Identifier: Apache-2.0 43 #define URL_BUFFER_SIZE 300 47 #define HAWKBIT_RECV_TIMEOUT (300 * MSEC_PER_SEC) 48 #define HAWKBIT_SET_SERVER_TIMEOUT K_MSEC(300) 52 #define HTTP_HEADER_CONTENT_TYPE_JSON "application/json;charset=UTF-8" 228 JSON_OBJ_DESCR_OBJECT_NAMED(struct hawkbit_dep_res_links, "download-http", download_http, 230 JSON_OBJ_DESCR_OBJECT_NAMED(struct hawkbit_dep_res_links, "md5sum-http", md5sum_http, 275 return -EINVAL; in hawkbit_settings_set() [all …]
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_adv_aux.c | 2 * Copyright (c) 2017-2021 Nordic Semiconductor ASA 4 * SPDX-License-Identifier: Apache-2.0 104 (void)memcpy(adv->rnd_addr, addr, BDADDR_SIZE); in ll_adv_aux_random_addr_set() 137 if (adv->is_enabled && (op <= BT_HCI_LE_EXT_ADV_OP_LAST_FRAG)) { in ll_adv_aux_ad_data_set() 142 if (adv->is_ad_data_cmplt && in ll_adv_aux_ad_data_set() 149 if (!adv->is_ad_data_cmplt && in ll_adv_aux_ad_data_set() 213 *val_ptr++ = len - ad_len_overflow; in ll_adv_aux_ad_data_set() 222 if (!err && adv->lll.aux) { in ll_adv_aux_ad_data_set() 249 len - PDU_AC_EXT_AD_DATA_LEN_MAX; in ll_adv_aux_ad_data_set() 257 pdu_prev = lll_adv_aux_data_alloc(adv->lll.aux, in ll_adv_aux_ad_data_set() [all …]
|
/Zephyr-latest/tests/net/lib/coap/src/ |
D | main.c | 4 * SPDX-License-Identifier: Apache-2.0 141 zassert_equal_ptr(payload_start, cpkt.data + cpkt.offset - payload_len, in ZTEST() 234 int r, count = ARRAY_SIZE(options) - 1; in ZTEST() 250 zassert_equal_ptr(payload_start, cpkt.data + cpkt.offset - payload_len, in ZTEST() 297 zassert_equal(r, -EINVAL, "Should've failed to parse a packet"); in ZTEST() 300 zassert_equal(r, -EINVAL, "Should've failed to parse a packet"); in ZTEST() 304 zassert_equal(r, -EINVAL, "Should've failed to parse a packet"); in ZTEST() 317 zassert_equal(r, -EBADMSG, "Should've failed to parse a packet"); in ZTEST() 331 zassert_equal(r, -EILSEQ, "Should've failed to parse a packet"); in ZTEST() 345 zassert_equal(r, -EILSEQ, "Should've failed to parse a packet"); in ZTEST() [all …]
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.6.rst | 13 * Added support for 64-bit ARCv3 14 * Split ARM32 and ARM64, ARM64 is now a top-level architecture 15 * Added initial support for Arm v8.1-m and Cortex-M55 22 https://github.com/zephyrproject-rtos/example-application 34 * CVE-2021-3581: Under embargo until 2021-09-04 41 <https://github.com/zephyrproject-rtos/zephyr/issues?q=is%3Aissue+is%3Aopen+label%3Abug>`_. 46 * Driver APIs now return ``-ENOSYS`` if optional functions are not implemented. 47 If the feature is not supported by the hardware ``-ENOTSUP`` will be returned. 48 Formerly ``-ENOTSUP`` was returned for both failure modes, meaning this change 194 * Added support for null pointer dereferencing detection in Cortex-M. [all …]
|