Crate defmt_brtt
Source - Consumer
- This is the consumer type given to the user to drain the logging queue.
- DefmtConsumer
- The consumer interface of
defmt-log
. - GrantR
- This is the Reader Grant type given to the user as a view of the logging queue.
- SplitGrantR
- This is the Split Reader Grant type given to the user as a view of the logging queue.
- BBQError
- The
defmt-brtt
BBQueue error type
- init
- Initialize the BBQueue based global defmt sink. MUST be called before
the first
defmt
log, or it will latch a fault.