nuttx/Documentation/components
Michal Lenc 86917b4777 drivers/pwm: add PWMIOC_FAULTS_FETCH_AND_CLEAR ioctl for fault clears
This ioctl clears the active fault inputs. Some faults can be latched
(still active even if the source is not active anymore), so they have
to be cleared from the software. The argument is a pointer to unsigned
long bitmask variable. This bitmask specifies which faults are to be
cleared.

The ioctl also can fetch the faults active prior to the clear. These
faults are saved to the argument specifying which faults are to be
cleared. Therefore passing zero bitmask means the driver will only return
active faults and clear none. Passing NULL pointer means the driver
will clear all active and return none.

The implementation of this ioctl is per driver.

Signed-off-by: Michal Lenc <michallenc@seznam.cz>
2025-02-27 11:47:51 -03:00
..
arch
audio
drivers drivers/pwm: add PWMIOC_FAULTS_FETCH_AND_CLEAR ioctl for fault clears 2025-02-27 11:47:51 -03:00
filesystem v9fs:add Documentation 2025-01-20 17:12:14 +08:00
libs modify BUILD_LOADABLE to MODULES which backwards-compatible Kernel 2024-09-19 08:32:03 +08:00
mm
net Doc: migration 5 2024-11-10 10:13:28 +08:00
nxgraphics Doc: migration 5 2024-11-10 10:13:28 +08:00
tools
binfmt.rst
boards.rst
cmake.rst
crypto.rst
index.rst
nxflat.rst
openamp.rst
paging.rst boards/rv-virt: unify rv32 config names 2024-08-09 23:44:40 +08:00
syscall.rst docs/syscall: fix typos in documentation 2024-07-08 19:28:30 +08:00
video.rst
wireless.rst