[][src]Module rxprog::target

Connection to a target device

Structs

SerialTarget

Implements target communication with the serialport crate. Prompts the user to perform manual resets.

Enums

OperatingMode

Chip operating modes which can be entered after a reset

Traits

Target

Functionality required to communicate with a target device. io::Read and io::Write traits should expose the underlying serial connection.