• Home
  • Annotate
  • current directory
Name Date Size #Lines LOC

..22-Aug-2025-

boards/22-Aug-2025-

src/22-Aug-2025-

CMakeLists.txt A D22-Aug-2025195 95

README.rst A D22-Aug-2025666 3220

prj.conf A D22-Aug-202558 43

sample.yaml A D22-Aug-2025194 1210

README.rst

1.. zephyr:code-sample:: sent
2   :name: SENT interface
3   :relevant-api: sent_interface
4
5   Use the SENT (Single Edge Nibble Transmission) driver.
6
7Overview
8********
9
10The sample application shows how to use the :ref:`SENT API <sent_api>`:
11
12* Receive data
13
14Requirements
15************
16
17This sample requires a SENT sensor to be connected and exposed as ``sent0`` Devicetree alias.
18
19Building, Flashing and Running
20******************************
21
22.. zephyr-app-commands::
23   :zephyr-app: samples/drivers/sent
24   :board: s32z2xxdc2/s32z270/rtu0
25   :goals: build flash
26
27Sample Output:
28
29.. code-block:: console
30
31   Received a frame on channel 1
32