pub fn access_port_is_valid<AP>(
    debug_port: &mut AP,
    access_port: GenericAp
) -> boolwhere
    AP: ApAccess,
Expand description

Determine if an AP exists with the given AP number. Can fail silently under the hood testing an ap that doesnt exist and would require cleanup.