Nordic Semiconductor nRF5 AirFuel SDK  version 2.2.0
app_print.h File Reference
#include <stdint.h>

Go to the source code of this file.

Functions

void print_string (char *char_array)
 Decomposes char array and send chars through UART TX. More...
 
void print_hex (uint32_t number, uint8_t byte_size)
 Converts hex number into char and send it through UART TX. More...
 
void print_file_and_line (uint16_t line_num, const uint8_t *file_name)
 Function used to report event related to source code. More...