Expand description

Pico UART

Modules

  • Configuration Register
  • Control Register
  • Receive Holding Register
  • Status Register
  • Version Register

Structs

Type Definitions

  • CFG (rw) register accessor: an alias for Reg<CFG_SPEC>
  • CR (w) register accessor: an alias for Reg<CR_SPEC>
  • RHR (r) register accessor: an alias for Reg<RHR_SPEC>
  • SR (r) register accessor: an alias for Reg<SR_SPEC>
  • VERSION (r) register accessor: an alias for Reg<VERSION_SPEC>