Searched +full:signal +full:- +full:configs (Results 1 – 8 of 8) sorted by relevance
/Zephyr-latest/scripts/utils/ |
D | pinctrl_nrf_migrate.py | 4 # SPDX-License-Identifier: Apache-2.0 11 nRF-based boards using the old <signal>-pin properties to select peripheral 13 file by removing old pin-related properties replacing them with pinctrl states. 14 A board-pinctrl.dtsi file will be generated containing the configuration for 28 -i path/to/board.dts 29 [--no-backup] 30 [--skip-nrf-check] 31 [--header ""] 35 .. code-block:: devicetree 41 tx-pin = <5>; [all …]
|
/Zephyr-latest/drivers/gpio/ |
D | gpio_rt1718s.c | 4 * SPDX-License-Identifier: Apache-2.0 8 * @file File that collects common data and configs for RS1718S chip. The file 9 * doesn't provide any API itself. The feature-specific API should be provided 33 k_work_submit(&data->alert_worker); in rt1718s_alert_callback() 39 const struct device *const dev = data->dev; in rt1718s_alert_worker() 40 const struct rt1718s_config *const config = dev->config; in rt1718s_alert_worker() 45 k_sem_take(&data->lock_tcpci, K_FOREVER); in rt1718s_alert_worker() 50 k_sem_give(&data->lock_tcpci); in rt1718s_alert_worker() 56 * defined by the TCPCI specification - "A masked in rt1718s_alert_worker() 65 k_sem_give(&data->lock_tcpci); in rt1718s_alert_worker() [all …]
|
/Zephyr-latest/drivers/adc/ |
D | adc_renesas_ra.c | 2 * Copyright (c) 2024-2025 Renesas Electronics Corporation 4 * SPDX-License-Identifier: Apache-2.0 41 /** pinctrl configs */ 78 * @return -ENOTSUP if channel id or differential is wrong value 79 * @return -EINVAL if channel configuration is invalid 84 struct adc_ra_data *data = dev->data; in adc_ra_channel_setup() 85 const struct adc_ra_config *config = dev->config; in adc_ra_channel_setup() 87 if (!((config->channel_available_mask & (1 << channel_cfg->channel_id)) != 0)) { in adc_ra_channel_setup() 88 LOG_ERR("unsupported channel id '%d'", channel_cfg->channel_id); in adc_ra_channel_setup() 89 return -ENOTSUP; in adc_ra_channel_setup() [all …]
|
/Zephyr-latest/subsys/mgmt/ec_host_cmd/backends/ |
D | ec_host_cmd_backend_spi_stm32.c | 4 * SPDX-License-Identifier: Apache-2.0 11 * transaction), see https://github.com/zephyrproject-rtos/zephyr/issues/56091. 33 * dedicated for Host Commands. It disabled standard SPI driver. For STM32 SPI "st,stm32-spi" has 34 * to be changed to "st,stm32-spi-host-cmd". The remaining "additional" compatible strings should 88 * permits a 512-byte request at 500 KHz, assuming the master starts sending 141 /* Received bad data - transaction started before we were ready, or 238 return (uint32_t)(&spi->RXDR); in dma_source_addr() 247 return (uint32_t)(&spi->TXDR); in dma_dest_addr() 268 if (header->prtcl_ver != EC_HOST_REQUEST_VERSION) { in expected_size() 273 if (header->reserved) { in expected_size() [all …]
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.7.rst | 10 This release is the last non-maintenance 3.x release and, as such, will be the next 18 * A long-awaited :ref:`HTTP Server <http_server_interface>` library, and associated service API, 21 * :ref:`POSIX support <posix_support>` has been extended, with most Options of the IEEE 1003-2017 25 * Bluetooth Host has been extended with support for the Nordic UART Service (NUS), Hands-free Audio 29 :ref:`read-then-decode approach <sensor-read-and-decode>` that enables more types of sensors and 35 * Trusted Firmware-M (TF-M) 2.1.0 and Mbed TLS 3.6.0 have been integrated into Zephyr. 39 1588) allows to synchronize time across devices with sub-microsecond accuracy. 52 * 1-Wire 71 :ref:`pinctrl-guide` for more details. 88 * CVE-2024-3077 `Zephyr project bug tracker GHSA-gmfv-4vfh-2mh8 [all …]
|
D | release-notes-3.2.rst | 13 * Added support for :ref:`bin-blobs` (also see :ref:`west-blobs`). 15 * Converted all supported boards from ``pinmux`` to :ref:`pinctrl-guide`. 19 ``DTS_HAS_..._ENABLED`` configs). 31 * CVE-2022-2993: Under embargo until 2022-11-03 33 * CVE-2022-2741: Under embargo until 2022-10-14 56 This definition can be used by third-party code to compile code conditional 58 Therefore, any third-party code integrated using the Zephyr build system will 91 changed from ``-ENETDOWN`` to ``-ENETUNREACH``. A return value of ``-ENETDOWN`` now indicates 129 * Removed support for configuring the CAN-FD maximum DLC value via Kconfig 156 valid for specific bindings to specify like :dtcompatible:`gpio-leds` and [all …]
|
/Zephyr-latest/arch/ |
D | Kconfig | 3 # Copyright (c) 2014-2015 Wind River Systems, Inc. 6 # SPDX-License-Identifier: Apache-2.0 18 # Should be 'select'ed by low-level symbols like SOC_SERIES_* or, lacking that, 37 # is really only necessary for Cortex-M with ARM MPU! 173 symbols above. See the top-level CMakeLists.txt. 180 module-str = arch 186 This option tells the build system that the target system is big-endian. 187 Little-endian architecture is the default and should leave this option 195 # Hidden Kconfig option representing the default little-endian architecture 196 # This is just the opposite of BIG_ENDIAN and is used for non-negative [all …]
|
/Zephyr-latest/drivers/modem/ |
D | hl7800.c | 4 * SPDX-License-Identifier: Apache-2.0 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 295 /* The ? can be a + or - */ 302 #define TIME_STRING_TO_TM_STRUCT_YEAR_OFFSET (2000 - 1900) 374 static const char EOF_PATTERN[] = "--EOF--Pattern--"; 608 sock->allocated = true; in alloc_stale_socket() 619 sock->allocated = false; in free_stale_socket() [all …]
|