OPTIGA™ Trust M
Host Library Documentation
|
PAL logger context structure. More...
#include <pal_logger.h>
Data Fields | |
void * | logger_config_ptr |
Pointer to logger hardware. More... | |
volatile uint8_t | logger_rx_flag |
Receive complete flag. More... | |
volatile uint8_t | logger_tx_flag |
Transmit complete flag. More... | |
PAL logger context structure.
Definition at line 48 of file optiga/include/optiga/pal/pal_logger.h.
void* pal_logger::logger_config_ptr |
Pointer to logger hardware.
Definition at line 51 of file optiga/include/optiga/pal/pal_logger.h.
volatile uint8_t pal_logger::logger_rx_flag |
Receive complete flag.
Definition at line 53 of file optiga/include/optiga/pal/pal_logger.h.
volatile uint8_t pal_logger::logger_tx_flag |
Transmit complete flag.
Definition at line 55 of file optiga/include/optiga/pal/pal_logger.h.