Searched +full:ppi +full:- +full:wrap (Results 1 – 14 of 14) sorted by relevance
/Zephyr-latest/drivers/counter/ |
D | Kconfig.nrfx | 1 # Copyright (c) 2017 - 2018, Nordic Semiconductor ASA 2 # SPDX-License-Identifier: Apache-2.0 12 # Internal flag which detects if PPI wrap feature is enabled for any instance 14 def_bool $(dt_nodelabel_bool_prop,rtc0,ppi-wrap) || \ 15 $(dt_nodelabel_bool_prop,rtc1,ppi-wrap) || \ 16 $(dt_nodelabel_bool_prop,rtc2,ppi-wrap) 23 def_bool !$(dt_nodelabel_bool_prop,rtc0,fixed-top) || \ 24 !$(dt_nodelabel_bool_prop,rtc1,fixed-top) || \ 25 !$(dt_nodelabel_bool_prop,rtc2,fixed-top)
|
D | counter_nrfx_rtc.c | 4 * SPDX-License-Identifier: Apache-2.0 26 ((const struct counter_nrfx_config *)dev->config)->log, __VA_ARGS__) 28 ((const struct counter_nrfx_config *)dev->config)->log, __VA_ARGS__) 30 ((const struct counter_nrfx_config *)dev->config)->log, __VA_ARGS__) 32 ((const struct counter_nrfx_config *)dev->config)->log, __VA_ARGS__) 39 (((const struct counter_nrfx_config *)dev->config)->fixed_top), (true)) 42 (((const struct counter_nrfx_config *)dev->config)->use_ppi), (false)) 85 const struct counter_nrfx_config *config = dev->config; in start() 87 nrfy_rtc_task_trigger(config->rtc, NRF_RTC_TASK_START); in start() 94 const struct counter_nrfx_config *config = dev->config; in stop() [all …]
|
/Zephyr-latest/tests/drivers/counter/counter_basic_api/boards/ |
D | nrf52dk_nrf52832.overlay | 28 ppi-wrap; 33 ppi-wrap;
|
D | nrf51dk_nrf51822.overlay | 18 ppi-wrap;
|
D | nrf52840dk_nrf52811.overlay | 18 ppi-wrap;
|
D | nrf9160dk_nrf9160.overlay | 18 ppi-wrap;
|
D | nrf52dk_nrf52810.overlay | 18 ppi-wrap;
|
D | nrf52833dk_nrf52833.overlay | 32 ppi-wrap;
|
D | nrf52840dk_nrf52840.overlay | 28 ppi-wrap;
|
D | nrf54h20dk_nrf54h20_common.dtsi | 1 /* SPDX-License-Identifier: Apache-2.0 */ 55 ppi-wrap;
|
/Zephyr-latest/dts/bindings/rtc/ |
D | nordic,nrf-rtc.yaml | 2 # SPDX-License-Identifier: Apache-2.0 4 description: Nordic nRF RTC (Real-Time Counter) 6 compatible: "nordic,nrf-rtc" 14 cc-num: 23 # through PPI channel which ensures precise timing. If disabled then 26 ppi-wrap: 28 description: Enable wrapping with PPI 33 fixed-top:
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll_adv.c | 2 * Copyright (c) 2018-2021 Nordic Semiconductor ASA 4 * SPDX-License-Identifier: Apache-2.0 270 return -ENOMEM; in lll_adv_data_init() 277 p->len = 0U; in lll_adv_data_init() 278 pdu->pdu[0] = (void *)p; in lll_adv_data_init() 285 /* NOTE: this function is used on HCI reset to mem-zero the structure in lll_adv_data_reset() 286 * members that otherwise was zero-ed by the architecture in lll_adv_data_reset() 287 * startup code that zero-ed the .bss section. in lll_adv_data_reset() 293 pdu->first = 0U; in lll_adv_data_reset() 294 pdu->last = 0U; in lll_adv_data_reset() [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 …]
|
D | release-notes-1.14.rst | 17 * CVE-2020-10066 18 * CVE-2020-10069 19 * CVE-2020-13601 20 * CVE-2020-13602 32 * :github:`issuenumber` - issue title 34 * :github:`18334` - DNS resolution is broken for some addresses in master/2.0-pre 35 * :github:`19917` - Bluetooth: Controller: Missing LL_ENC_RSP after HCI LTK Negative Reply 36 * :github:`21107` - LL_ASSERT and 'Imprecise data bus error' in LL Controller 37 * :github:`21257` - tests/net/net_pkt failed on mimxrt1050_evk board. 38 * :github:`21299` - bluetooth: Controller does not release buffer on central side after peripheral … [all …]
|