xref: /aosp_15_r20/external/pigweed/pw_assert_trap/docs.rst (revision 61c4878ac05f98d0ceed94b57d316916de578985)
1.. _module-pw_assert_trap:
2
3===============
4pw_assert_trap
5===============
6
7--------
8Overview
9--------
10The ``pw_assert_trap`` module provides ``PW_ASSERT()`` and ``PW_CHECK_*()``
11backends for the ``pw_assert`` module. This backend will call
12``__builtin_trap()`` on assert.
13
14..
15   TODO: https://pwbug.dev/351886600 - add docs
16