Searched +full:phase +full:- +full:seg2 (Results 1 – 3 of 3) sorted by relevance
22 out-of-tree SoCs and boards to be ported to the new model. See the25 * The following build-time generated headers:27 .. list-table::28 :header-rows: 130 * - Affected header files31 * - ``app_version.h``32 * - ``autoconf.h``33 * - ``cmake_intdef.h``34 * - ``core-isa-dM.h``35 * - ``devicetree_generated.h``[all …]
38 * CVE-2023-3725 `Zephyr project bug tracker GHSA-2g3m-p6c7-8rr339 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-2g3m-p6c7-8rr3>`_41 * CVE-2023-4257 `Zephyr project bug tracker GHSA-853q-q69w-gf5j42 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-853q-q69w-gf5j>`_44 * CVE-2023-4258 `Zephyr project bug tracker GHSA-m34c-cp63-rwh745 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-m34c-cp63-rwh7>`_47 * CVE-2023-4259 `Zephyr project bug tracker GHSA-gghm-c696-f4j448 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-gghm-c696-f4j4>`_50 * CVE-2023-4260 `Zephyr project bug tracker GHSA-gj27-862r-55wh51 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-gj27-862r-55wh>`_[all …]
4 * SPDX-License-Identifier: Apache-2.047 #define MCUX_FLEXCAN_MAX_TX (MCUX_FLEXCAN_MAX_MB - MCUX_FLEXCAN_MAX_RX)60 #define TX_MBIDX_TO_ALLOC_IDX(x) (x - MCUX_FLEXCAN_MAX_RX)124 const struct mcux_flexcan_config *config = dev->config; in mcux_flexcan_get_core_clock()126 return clock_control_get_rate(config->clock_dev, config->clock_subsys, rate); in mcux_flexcan_get_core_clock()139 struct mcux_flexcan_data *data = dev->data; in mcux_flexcan_set_timing()142 return -EINVAL; in mcux_flexcan_set_timing()145 if (data->common.started) { in mcux_flexcan_set_timing()146 return -EBUSY; in mcux_flexcan_set_timing()149 data->timing = *timing; in mcux_flexcan_set_timing()[all …]