[][src]Type Definition avr_device::atmega1280::portb::PORTB

type PORTB = Reg<u8, _PORTB>;

Port B Data Register

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

For information about available fields see portb module

Trait Implementations

impl Readable for PORTB[src]

read() method returns portb::R reader structure

impl ResetValue for PORTB[src]

Register PORTB reset()'s with value 0

impl Writable for PORTB[src]

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