Searched +full:special +full:- +full:command +full:- +full:delay +full:- +full:ms (Results 1 – 18 of 18) sorted by relevance
/Zephyr-latest/dts/bindings/auxdisplay/ |
D | sparkfun,serlcd.yaml | 2 # SPDX-License-Identifier: Apache-2.0 14 command-delay-ms = <10>; 15 special-command-delay-ms = <50>; 21 include: [auxdisplay-device.yaml, i2c-device.yaml] 28 - 16 29 - 20 35 - 2 36 - 4 38 command-delay-ms: 42 Delay in milliseconds (defaults to 10ms if not set) after a normal command was sent. [all …]
|
/Zephyr-latest/tests/drivers/build_all/auxdisplay/ |
D | i2c_devices.overlay | 3 * SPDX-License-Identifier: Apache-2.0 8 #address-cells = <1>; 9 #size-cells = <1>; 13 gpio-controller; 15 #gpio-cells = <0x2>; 20 #address-cells = <1>; 21 #size-cells = <0>; 25 clock-frequency = <100000>; 33 command-delay-ms = <10>; 34 special-command-delay-ms = <50>;
|
/Zephyr-latest/subsys/bluetooth/controller/ |
D | Kconfig | 3 # Copyright (c) 2016-2017 Nordic Semiconductor ASA 4 # SPDX-License-Identifier: Apache-2.0 142 bool "Software-based BLE Link Layer" 155 This should almost always be enabled, except in a few special 171 compliant with FIPS PUB 140-2. 177 A Controller implementation could also provide custom bare-metal 194 FIPS-197 compliant cryptographic implementations. In this case the 203 User-defined string that will be returned by the Zephyr VS Read Build 204 Information command after the Zephyr version and build time. When 235 Set the number of Rx PDUs to be buffered in the controller. In a 7.5ms [all …]
|
/Zephyr-latest/subsys/sd/ |
D | sd_ops.c | 4 * SPDX-License-Identifier: Apache-2.0 27 if (!card->host_props.is_spi) { in sdmmc_read_status() 28 cmd.arg = (card->relative_addr << 16U); in sdmmc_read_status() 34 ret = sdhc_request(card->sdhc, &cmd, NULL); in sdmmc_read_status() 38 if (card->host_props.is_spi) { in sdmmc_read_status() 42 return -EACCES; in sdmmc_read_status() 46 return -EINVAL; in sdmmc_read_status() 50 return -EIO; in sdmmc_read_status() 61 return -EBUSY; in sdmmc_read_status() 70 if (!sdhc_card_busy(card->sdhc)) { in sdmmc_wait_ready() [all …]
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | handlers.py | 4 # Copyright (c) 2018-2022 Intel Corporation 8 # SPDX-License-Identifier: Apache-2.0 39 print("Install pyserial python module with pip to use --device-testing option.") 45 pass # "--device-serial-pty" option is not supported on Windows OS 123 _d_suite = detected_suite_names[-len(expected_suite_names):] 219 this_timeout = timeout_time - time.time() 226 line_decoded = self.line.decode('utf-8', "replace") 229 stripped_line = stripped_line[:-len(suffix)].rstrip() 249 # so let's give it up to 100ms to do so 259 command = [self.generator_cmd] [all …]
|
/Zephyr-latest/drivers/bluetooth/hci/ |
D | hci_spi_st.c | 1 /* hci_spi_st.c - STMicroelectronics HCI SPI Bluetooth driver */ 7 * SPDX-License-Identifier: Apache-2.0 35 /* Special Values */ 65 #define MAX_MTU (SPI_MAX_MSG_LEN - H4_HDR_SIZE - BT_L2CAP_HDR_SIZE - BT_HCI_ACL_HDR_SIZE) 126 return -ENOTSUP; in bluenrg_bt_reset() 135 /* Add reset delay and release reset */ in bluenrg_bt_reset() 210 /* On BlueNRG-MS, host is expected to read */ 236 return -EINVAL; in bt_spi_get_header() 257 attempts--; in bt_spi_get_header() 297 /* To make sure we have a minimum delay from previous release cs */ in bt_spi_get_header() [all …]
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | conn.h | 6 * Copyright (c) 2015-2016 Intel Corporation 8 * SPDX-License-Identifier: Apache-2.0 47 * @param int_min Minimum Connection Interval (N * 1.25 ms) 48 * @param int_max Maximum Connection Interval (N * 1.25 ms) 50 * @param to Supervision Timeout (N * 10 ms) 62 * @param int_min Minimum Connection Interval (N * 1.25 ms) 63 * @param int_max Maximum Connection Interval (N * 1.25 ms) 65 * @param to Supervision Timeout (N * 10 ms) 73 * Connection Interval: 30-50 ms 208 * after a packet containing a Link Layer PDU with a non-zero Length [all …]
|
/Zephyr-latest/drivers/ieee802154/ |
D | ieee802154_dw1000_regs.h | 4 * SPDX-License-Identifier: Apache-2.0 7 * https://github.com/Decawave/mynewt-dw1000-core.git 14 * Copyright (C) 2017-2018, Decawave Limited, All Rights Reserved 24 * http://www.apache.org/licenses/LICENSE-2.0 75 /* Frame Filtering Behave as a Co-ordinator */ 83 /* Frame Filtering Allow MAC command frame reception */ 117 * Receiver Auto-Re-enable. 118 * This bit is used to cause the receiver to re-enable automatically 126 /* System Time Counter (40-bit) */ 180 * of non-standard values [all …]
|
/Zephyr-latest/drivers/input/ |
D | input_pinnacle.c | 4 * SPDX-License-Identifier: Apache-2.0 27 * Standard registers have 5-bit addresses, BIT[4:0], that range from 121 * Delay and retry count for waiting completion of calibration with 200 ms of 128 * Delay and retry count for waiting completion of ERA command with 50 ms of 134 /* Special definitions */ 136 #define PINNACLE_SPI_FC 0xFC /* Auto-increment byte */ 217 const struct pinnacle_config *config = dev->config; in pinnacle_bus_is_ready() 219 return config->bus.is_ready(&config->bus); in pinnacle_bus_is_ready() 224 const struct pinnacle_config *config = dev->config; in pinnacle_write() 226 return config->bus.write(&config->bus, address, value); in pinnacle_write() [all …]
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_adv.c | 2 * Copyright (c) 2016-2021 Nordic Semiconductor ASA 5 * SPDX-License-Identifier: Apache-2.0 139 adv->hci_handle = 0; in ll_adv_cmds_set() 141 adv->is_created = 1; in ll_adv_cmds_set() 146 return -EINVAL; in ll_adv_cmds_set() 167 if (adv->is_created && (adv->hci_handle == hci_handle)) { in ll_adv_set_by_hci_handle_get() 185 if (adv->is_created) { in ll_adv_set_by_hci_handle_get_or_new() 186 if (adv->hci_handle == hci_handle) { in ll_adv_set_by_hci_handle_get_or_new() 196 adv_empty->hci_handle = hci_handle; in ll_adv_set_by_hci_handle_get_or_new() 209 LL_ASSERT(adv && adv->is_created); in ll_adv_set_hci_handle_get() [all …]
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.5.rst | 38 * CVE-2023-3725 `Zephyr project bug tracker GHSA-2g3m-p6c7-8rr3 39 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-2g3m-p6c7-8rr3>`_ 41 * CVE-2023-4257 `Zephyr project bug tracker GHSA-853q-q69w-gf5j 42 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-853q-q69w-gf5j>`_ 44 * CVE-2023-4258 `Zephyr project bug tracker GHSA-m34c-cp63-rwh7 45 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-m34c-cp63-rwh7>`_ 47 * CVE-2023-4259 `Zephyr project bug tracker GHSA-gghm-c696-f4j4 48 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-gghm-c696-f4j4>`_ 50 * CVE-2023-4260 `Zephyr project bug tracker GHSA-gj27-862r-55wh 51 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-gj27-862r-55wh>`_ [all …]
|
D | release-notes-3.3.rst | 14 * Introduced :ref:`USB-C <usbc_api>` device stack with PD (power delivery) 17 CMSIS-DSP as the default backend. 30 * CVE-2023-0359: Under embargo until 2023-04-20 32 * CVE-2023-0779: Under embargo until 2023-04-22 66 removed in favor of new :dtcompatible:`zephyr,flash-disk` devicetree binding. 71 * Starting from this release ``zephyr-`` prefixed tags won't be created 82 image states). Use of a truncated hash or non-sha256 hash will still work 88 registration function at boot-up. If applications register this then 93 application code, these will now automatically be registered at boot-up (this 129 This may cause out-of-tree scripts or commands to fail if they have relied [all …]
|
D | release-notes-2.3.rst | 18 with future support for features like 64-bit and absolute timeouts in mind 21 * Zephyr now integrates with the TF-M (Trusted Firmware M) PSA-compliant 24 * The CMSIS-DSP library is now included and integrated 33 * CVE-2020-10022: UpdateHub Module Copies a Variable-Sized Hash String 34 into a fixed-size array. 35 * CVE-2020-10059: UpdateHub Module Explicitly Disables TLS 37 * CVE-2020-10061: Improper handling of the full-buffer case in the 39 * CVE-2020-10062: Packet length decoding error in MQTT 40 * CVE-2020-10063: Remote Denial of Service in CoAP Option Parsing Due 42 * CVE-2020-10068: In the Zephyr project Bluetooth subsystem, certain [all …]
|
/Zephyr-latest/drivers/modem/ |
D | ublox-sara-r4.c | 2 * Copyright (c) 2019-2020 Foundries.io 4 * SPDX-License-Identifier: Apache-2.0 209 int rc = -1; in find_apn() 219 s--; in find_apn() 223 s--; in find_apn() 231 s--; in find_apn() 237 int len = eos - s; in find_apn() 255 int rc = -1; in modem_detect_apn() 262 strncat(mmcmnc, imsi, sizeof(mmcmnc)-1); in modem_detect_apn() 303 struct sockaddr *dst_addr = msg->msg_name; in send_socket_data() [all …]
|
D | hl7800.c | 4 * SPDX-License-Identifier: Apache-2.0 207 /* Special value used to indicate that a socket is being created 211 #define MDM_INVALID_SOCKET_ID -1 217 #define SIZE_WITHOUT_NUL(v) (sizeof(v) - SIZE_OF_NUL) 221 .cmd = cmd_, .cmd_len = (uint16_t)sizeof(cmd_) - 1, \ 250 #define RSSI_UNKNOWN -999 294 /* The ? can be a + or - */ 301 #define TIME_STRING_TO_TM_STRUCT_YEAR_OFFSET (2000 - 1900) 340 /* Complex has "no_id_resp" set to true because the sending command 341 * is the command used to process the response [all …]
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | att.c | 1 /* att.c - Attribute protocol handling */ 4 * Copyright (c) 2015-2016 Intel Corporation 6 * SPDX-License-Identifier: Apache-2.0 79 /* Total number of flags - must be at the end of the enum */ 120 return atomic_test_bit(chan->flags, ATT_ENHANCED); in bt_att_is_enhanced() 130 return MIN(chan->chan.rx.mtu, chan->chan.tx.mtu); in bt_att_mtu() 133 /* Descriptor of application-specific authorization callbacks that are used 175 * will block until a request-resource is available, and the callbacks run on 176 * the same thread as the ATT response handler that frees request-resources. 190 /* To mapping tables are used to avoid a big gap with NULL-entries. */ in bt_att_err_to_str() [all …]
|
/Zephyr-latest/subsys/bluetooth/controller/hci/ |
D | hci.c | 2 * Copyright (c) 2016-2018 Nordic Semiconductor ASA 5 * SPDX-License-Identifier: Apache-2.0 102 /* opcode of the HCI command currently being processed. The opcode is stored 110 * 0 - Non-Connectable Non-Scannable advertising report 111 * 1 - Connectable Non-Scannable advertising report 112 * 2 - Non-Connectable Scannable advertisig report 113 * 3 - Connectable Scannable advertising report 116 * cycle. If advertiser changes between Connectable Non-Scannable, 122 * 4 - Periodic Advertising report 154 #define DUP_FILTER_DISABLED (-1) [all …]
|
/Zephyr-latest/scripts/ |
D | checkpatch.pl | 2 # SPDX-License-Identifier: GPL-2.0 7 # (c) 2008-2010 Andy Whitcroft <apw@canonical.com> 8 # (c) 2010-2018 Joe Perches <joe@perches.com> 67 my $git_command ='export LANGUAGE=en_US.UTF-8; git'; 78 -q, --quiet quiet 79 --no-tree run without a kernel tree 80 --no-signoff do not check for 'Signed-off-by' line 81 --patch treat FILE as patchfile (default) 82 --emacs emacs compile window format 83 --terse one line per report [all …]
|