Type definitions

Typedefs

typedef void(* app_uart_evt_handler_t) (app_uart_evt_t *p_evt)
 UART event callback definition. More...
 

Detailed Description

Typedef Documentation

◆ app_uart_evt_handler_t

typedef void(* app_uart_evt_handler_t) (app_uart_evt_t *p_evt)

UART event callback definition.

Definition at line 191 of file app_uart.h.