Embedded SDK
Embedded SDK
Macros | Functions
u2f_io.h File Reference
#include <stdint.h>
#include <string.h>
#include <stdbool.h>
#include "u2f_service.h"
#include "os.h"
Include dependency graph for u2f_io.h:

Go to the source code of this file.

Macros

#define EXCEPTION_DISCONNECT   0x80
 

Functions

void u2f_io_send (uint8_t *buffer, uint16_t length, u2f_transport_media_t media)
 

Macro Definition Documentation

◆ EXCEPTION_DISCONNECT

#define EXCEPTION_DISCONNECT   0x80

Definition at line 30 of file u2f_io.h.

Function Documentation

◆ u2f_io_send()

void u2f_io_send ( uint8_t buffer,
uint16_t  length,
u2f_transport_media_t  media 
)

Request an IO message to be dispatched in the required media.