Skip to main content

handle_get_pin_status

Function handle_get_pin_status 

Source
async fn handle_get_pin_status<H, C>(
    service: &mut CryptoService<H, C>,
    tx_buf: &mut [u8],
) -> usize
where H: AteccHal, C: Clock, H::Error: Debug,