If I want a specific pin, I have to do both: ```rust atmega328::port::B5::MASK; atmega328::UCSR0B::RXCIE0.into(); ``` This is annoying.