[][src]Type Definition avr_device::atmega328p::portb::DDRB

type DDRB = Reg<u8, _DDRB>;

Port B Data Direction Register

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

For information about available fields see ddrb module

Trait Implementations

impl Readable for DDRB[src]

read() method returns ddrb::R reader structure

impl ResetValue for DDRB[src]

Register DDRB reset()'s with value 0

impl Writable for DDRB[src]

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