macro_rules! impl_rx_channel {
    ($channel:ident, $signal:ident, $ch_num:literal) => { ... };
}