MT2523 API Reference  LinkIt SDK v4

Overview

Typedefs

typedef void(* serial_port_register_callback_t) (serial_port_dev_t device, serial_port_callback_event_t event, void *parameter)
 This defines the callback function prototype for the Serial Port Service. More...
 
typedef uint32_t serial_port_handle_t
 This defines the serial port handle for the Serial Port Service.
 

Typedef Documentation

typedef void(* serial_port_register_callback_t) (serial_port_dev_t device, serial_port_callback_event_t event, void *parameter)

This defines the callback function prototype for the Serial Port Service.

User can not write the code that may cause CPU to block in this callback.