Module peripherals::example::field_type[][src]

Expand description

Example of generated field type API

Take a look at the source of this module to see the macro invocation used.

Structs

Data

A newtype struct

Status

A newtype struct over a bool. It implements Not

Enums

Mode

An enum

State

An enum with two variants. It implements Not