pub struct OpPinChangeNotif;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().get_measured_frequency()
Implementations§
Source§impl OpPinChangeNotif
impl OpPinChangeNotif
pub const CMD: u8 = 12u8
pub fn decode_notif<'a>(buf: &'a [u8]) -> IterablePin<'a> ⓘ
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OpPinChangeNotif
impl RefUnwindSafe for OpPinChangeNotif
impl Send for OpPinChangeNotif
impl Sync for OpPinChangeNotif
impl Unpin for OpPinChangeNotif
impl UnsafeUnpin for OpPinChangeNotif
impl UnwindSafe for OpPinChangeNotif
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