[][src]Type Definition msp430g2553::usci_a0_spi_mode::UCA0RXBUF

type UCA0RXBUF = Reg<u8, _UCA0RXBUF>;

USCI A0 Receive Buffer

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see uca0rxbuf module

Trait Implementations

impl Readable for UCA0RXBUF[src]

read() method returns uca0rxbuf::R reader structure

impl ResetValue for UCA0RXBUF[src]

Register UCA0RXBUF reset()'s with value 0

type Type = u8

Register size

impl Writable for UCA0RXBUF[src]

write(|w| ..) method takes uca0rxbuf::W writer structure