#include <abstractSerializer.h>
Data Fields | |
bool(* | getByte )(uint8_t *p) |
void(* | hwInit )(void) |
void(* | hwUnInit )(void) |
void(* | setByte )(uint16_t len, uint8_t *p) |
bool(* SerialInterface_t::getByte)(uint8_t *p) |
Referenced by bootGetChar(), and bootScanInterfaces().
void(* SerialInterface_t::hwInit)(void) |
Referenced by bootScanInterfaces().
void(* SerialInterface_t::hwUnInit)(void) |
Referenced by bootScanInterfaces(), and bootUnInitSerializer().
void(* SerialInterface_t::setByte)(uint16_t len, uint8_t *p) |
Referenced by bootSetChar().