#[non_exhaustive]pub struct EtmConfiguredChannel<'a, E, T, const C: u8>where
    E: EtmEvent,
    T: EtmTask,{ /* private fields */ }Expand description
A readily configured channel
The channel is enabled and event and task are configured.
#[non_exhaustive]pub struct EtmConfiguredChannel<'a, E, T, const C: u8>where
    E: EtmEvent,
    T: EtmTask,{ /* private fields */ }A readily configured channel
The channel is enabled and event and task are configured.