Searched +full:sample +full:- +full:delay +full:- +full:half +full:- +full:cycle (Results 1 – 5 of 5) sorted by relevance
2 # SPDX-License-Identifier: Apache-2.010 compatible: "nxp,s32-qspi"12 include: [base.yaml, pinctrl-device.yaml]20 "#address-cells":23 "#size-cells":26 data-rate:29 - SDR30 - DDR33 - Single Data Rate (SDR): sampling of incoming data occurs on single edges.34 - Double Data Rate (DDR): sampling of incoming data occurs on both edges.[all …]
9 This sample demonstrates the use of a thread running at a MetaIRQ10 priority level to implement "bottom half" style processing17 Each message has a random (and non-trivial) amount of processing that20 running threads and delay scheduling of lower priority threads.21 Messages are accompanied by a timestamp that allows per-message24 * The cycle time between message creation in the ISR and receipt by39 delay behavior than preemptible ones, as they can only be preempted43 priority will experience some load-dependent delays, as the CPU55 This sample should run well on any Zephyr platform that provides72 .. zephyr-app-commands::[all …]
2 # SPDX-License-Identifier: Apache-2.010 pinctrl-0 = <&octospi_clk_pe9 &octospi_ncs_pe10 &octospi_dqs_pe1117 dma-names = "tx_rx";22 compatible: "st,stm32-ospi"24 include: [base.yaml, pinctrl-device.yaml]35 pinctrl-0:38 pinctrl-names:41 clock-names:51 - &dma1: dma controller phandle52 - 5: channel number (0 to Max-Channel minus 1). From 0 to 15 on stm32u5x.[all …]
33 * CVE-2020-10060: UpdateHub Might Dereference An Uninitialized Pointer34 * CVE-2020-10064: Improper Input Frame Validation in ieee802154 Processing35 * CVE-2020-10066: Incorrect Error Handling in Bluetooth HCI core36 * CVE-2020-10072: all threads can access all socket file descriptors37 * CVE-2020-13598: FS: Buffer Overflow when enabling Long File Names in FAT_FS and calling fs_stat38 * CVE-2020-13599: Security problem with settings and littlefs39 * CVE-2020-13601: Under embargo until 2020/11/1840 * CVE-2020-13602: Remote Denial of Service in LwM2M do_write_op_tlv50 <https://github.com/zephyrproject-rtos/zephyr/issues?q=is%3Aissue+is%3Aopen+label%3Abug>`_.62 * The :c:func:`wdt_feed` function will now return ``-EAGAIN`` if[all …]
4 * SPDX-License-Identifier: Apache-2.022 #define dai_set_drvdata(dai, data) (dai->priv_data = data)23 #define dai_get_drvdata(dai) dai->priv_data24 #define dai_get_plat_data(dai) dai->ssp_plat_data25 #define dai_get_mn(dai) dai->ssp_plat_data->mn_inst26 #define dai_get_ftable(dai) dai->ssp_plat_data->ftable27 #define dai_get_fsources(dai) dai->ssp_plat_data->fsources28 #define dai_mn_base(dai) dai->ssp_plat_data->mn_inst->base29 #define dai_base(dai) dai->ssp_plat_data->base30 #define dai_ip_base(dai) dai->ssp_plat_data->ip_base[all …]