• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1.. _module-pw_assert_trap:
2
3===============
4pw_assert_trap
5===============
6.. pigweed-module::
7   :name: pw_assert_trap
8
9--------
10Overview
11--------
12The ``pw_assert_trap`` module provides ``PW_ASSERT()`` and ``PW_CHECK_*()``
13backends for the ``pw_assert`` module. This backend will call
14``__builtin_trap()`` on assert.
15
16..
17   TODO: https://pwbug.dev/351886600 - add docs
18