pub struct OpPinCreateNotif;Available on crate feature
dpll only.Expand description
Notify attributes:
.get_id().get_module_name().get_clock_id().get_board_label().get_panel_label().get_package_label().get_type().get_frequency().get_frequency_supported().get_capabilities().get_parent_device().get_parent_pin().get_phase_adjust_gran().get_phase_adjust_min().get_phase_adjust_max().get_phase_adjust().get_fractional_frequency_offset().get_fractional_frequency_offset_ppt().get_esync_frequency().get_esync_frequency_supported().get_esync_pulse().get_reference_sync()
Implementations§
Source§impl OpPinCreateNotif
impl OpPinCreateNotif
pub const CMD: u8 = 10u8
pub fn decode_notif<'a>(buf: &'a [u8]) -> IterablePin<'a> ⓘ
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OpPinCreateNotif
impl RefUnwindSafe for OpPinCreateNotif
impl Send for OpPinCreateNotif
impl Sync for OpPinCreateNotif
impl Unpin for OpPinCreateNotif
impl UnsafeUnpin for OpPinCreateNotif
impl UnwindSafe for OpPinCreateNotif
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more