Home
last modified time | relevance | path

Searched refs:classic (Results 1 – 23 of 23) sorted by relevance

/Zephyr-latest/doc/connectivity/networking/conn_mgr/figures/
Dintegration_diagram_simplified.drawio28 …y=0;strokeColor=default;fontSize=16;startArrow=none;startFill=0;endArrow=classic;endFill=1;fillCol…
34 …yDx=0;entryDy=0;strokeColor=default;startArrow=none;startFill=0;endArrow=classic;endFill=1;fillCol…
43 …itDx=0;exitDy=0;strokeColor=default;startArrow=none;startFill=0;endArrow=classic;endFill=1;fillCol…
55 …tryPerimeter=0;strokeColor=default;fontSize=16;startArrow=classic;startFill=1;endArrow=classic;end…
60 …y=0;strokeColor=default;fontSize=16;startArrow=none;startFill=0;endArrow=classic;endFill=1;fillCol…
71 …Dx=0;entryDy=0;strokeColor=default;fontSize=16;startArrow=classic;startFill=1;endArrow=classic;end…
74 …tDx=0;exitDy=0;strokeColor=default;fontSize=16;startArrow=classic;startFill=1;endArrow=classic;end…
85 …<mxCell id="Db8zi3n4dXzB52SZQf6J-153" value="" style="endArrow=classic;html=1;rounded=0;comic=0;sk…
Dintegration_diagram_detailed.drawio49 …itY=0;exitDx=0;exitDy=0;fillColor=default;strokeColor=default;startArrow=classic;startFill=1;entry…
63 …0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;strokeColor=default;startArrow=classic;startFill=1;fillC…
73 …0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;strokeColor=default;startArrow=classic;startFill=1;fillC…
92 …0;entryX=0.5;entryY=1;entryDx=0;entryDy=0;strokeColor=default;startArrow=classic;startFill=1;fillC…
95 …tml=1;exitX=0.5;exitY=0;exitDx=0;exitDy=0;strokeColor=default;startArrow=classic;startFill=1;fillC…
98 …0;entryX=0.5;entryY=1;entryDx=0;entryDy=0;strokeColor=default;startArrow=classic;startFill=1;fillC…
101 …<mxCell id="Db8zi3n4dXzB52SZQf6J-68" value="" style="shape=flexArrow;endArrow=classic;html=1;round…
120 …zi3n4dXzB52SZQf6J-76" value="" style="shape=flexArrow;endArrow=classic;startArrow=classic;html=1;r…
126 …zi3n4dXzB52SZQf6J-77" value="" style="shape=flexArrow;endArrow=classic;startArrow=classic;html=1;r…
144 …yDx=0;entryDy=0;strokeColor=default;startArrow=none;startFill=0;endArrow=classic;endFill=1;fillCol…
[all …]
/Zephyr-latest/tests/drivers/can/api/
DCMakeLists.txt8 target_sources(app PRIVATE src/classic.c)
/Zephyr-latest/samples/subsys/portability/cmsis_rtos_v1/philosophers/
DREADME.rst9 <https://en.wikipedia.org/wiki/Dining_philosophers_problem>`_ (a classic
53 problem (a classic multi-thread synchronization problem) using
/Zephyr-latest/samples/subsys/portability/cmsis_rtos_v2/philosophers/
DREADME.rst9 <https://en.wikipedia.org/wiki/Dining_philosophers_problem>`_ (a classic
53 problem (a classic multi-thread synchronization problem) using
/Zephyr-latest/subsys/bluetooth/host/
DCMakeLists.txt6 add_subdirectory_ifdef(CONFIG_BT_CLASSIC classic)
DKconfig1094 rsource "./classic/Kconfig"
/Zephyr-latest/subsys/canbus/isotp/
DKconfig56 (for classic CAN) and unused bytes must be padded by the sending
83 CAN_MAX_DLEN - 1 (for classic CAN : 8 - 1 = 7, for CAN FD : 64 - 1 = 63).
/Zephyr-latest/doc/connectivity/bluetooth/
Dbluetooth-shell.rst24 shell/classic/a2dp.rst
/Zephyr-latest/drivers/can/
Dcan_mcux_flexcan.c88 flexcan_frame_t classic; member
210 xfer.frame = &data->rx_cbs[alloc].frame.classic; in mcux_flexcan_mb_start()
1033 mcux_flexcan_to_can_frame(&data->rx_cbs[alloc].frame.classic, &frame); in mcux_flexcan_transfer_rx_idle()
1049 xfer.frame = &data->rx_cbs[alloc].frame.classic; in mcux_flexcan_transfer_rx_idle()
/Zephyr-latest/doc/hardware/peripherals/can/
Dshell.rst110 The classic CAN bitrate/CAN FD arbitration phase bitrate can be configured using the ``can bitrate``
217 * ``[8]``: The number of frame data bytes in decimal format, here a classic CAN frame with 8 data
/Zephyr-latest/samples/philosophers/
DREADME.rst10 An implementation of a solution to the Dining Philosophers problem (a classic multi-thread
/Zephyr-latest/tests/drivers/can/host/
DREADME.rst26 bitrates are 125 kbits/s for the arbitration phase/CAN classic and 1 Mbit/s for the CAN FD data
/Zephyr-latest/subsys/bluetooth/host/classic/
DKconfig28 for classic.
/Zephyr-latest/boards/heltec/heltec_wifi_lora32_v2/doc/
Dindex.rst6 Heltec WiFi LoRa 32 is a classic IoT dev-board designed & produced by Heltec Automation(TM), it's a…
/Zephyr-latest/doc/releases/
Dmigration-guide-3.6.rst267 * The ``CAN_FILTER_FDF`` flag for filtering classic CAN/CAN FD frames was removed since no known CAN
268 controllers implement support for this. Applications can still filter on classic CAN/CAN FD frames
Dmigration-guide-3.7.rst781 * The source files of Host BR/EDR have been moved to ``subsys/bluetooth/host/classic``.
782 The Header files of Host BR/EDR have been moved to ``include/zephyr/bluetooth/classic``.
Drelease-notes-3.1.rst61 * Split CAN classic and CAN-FD APIs:
1422 * :github:`45303` - drivers: can: CAN classic and CAN-FD APIs are mixed together and CAN-FD is a co…
Drelease-notes-2.0.rst1493 * :github:`3426` - Only supports classic Bluetooth compilation options
/Zephyr-latest/doc/security/
Dsecure-coding.rst205 injection, OS injection, classic buffer overflow, cross-site
Dvulnerabilities.rst1791 Bluetooth: classic: avdtp: missing buffer length check
/Zephyr-latest/doc/kernel/services/scheduling/
Dindex.rst85 classic/textbook array of lists, one per priority.
/Zephyr-latest/kernel/
DKconfig338 as the classic/textbook array of lists, one per priority.