|
OPTIGA™ Trust M
Host Library Documentation
|
Go to the documentation of this file.
39 #ifndef _PAL_LOGGER_H_
40 #define _PAL_LOGGER_H_
pal_status_t pal_logger_deinit(void *p_logger_context)
De-Initializes the logger port.
struct pal_logger pal_logger_t
PAL logger context structure.
PAL logger context structure.
volatile uint8_t logger_tx_flag
Transmit complete flag.
void * logger_config_ptr
Pointer to logger hardware.
pal_status_t pal_logger_read(void *p_logger_context, uint8_t *p_log_data, uint32_t log_data_length)
Read to logger port.
volatile uint8_t logger_rx_flag
Receive complete flag.
This file provides the prototype declarations of platform abstraction layer.
pal_status_t pal_logger_write(void *p_logger_context, const uint8_t *p_log_data, uint32_t log_data_length)
Writes to logger port.
pal_status_t pal_logger_init(void *p_logger_context)
Initializes the logger port.