Skip to main content

pamoja_pin_edge_triggered_by

Function pamoja_pin_edge_triggered_by 

Source
#[unsafe(no_mangle)]
pub extern "C" fn pamoja_pin_edge_triggered_by( edge: PamojaPinEdge, from: PamojaPinLevel, to: PamojaPinLevel, ) -> bool
Expand description

Reports whether a change from one level to another fires an interrupt trigger.

ยงReturns

true if the transition matches edge; false for the other direction or for no change at all.