#[unsafe(no_mangle)]pub extern "C" fn pamoja_pin_edge_triggered_by(
edge: PamojaPinEdge,
from: PamojaPinLevel,
to: PamojaPinLevel,
) -> boolExpand 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.