+ 'd, pin: Output<'d, T>, polarity: OutputChannelPolarity) -> Self { + pub fn new(ch: impl Peripheral
+ 'd, mut pin: Output<'d, T>, polarity: OutputChannelPolarity) -> Self {
into_ref!(ch);
let g = regs();
let num = ch.number();
@@ -481,79 +481,69 @@ mod eh02 {
type Error = Infallible;
fn is_high(&self) -> Result + 'd,
+ _irq: impl interrupt::typelevel::Binding