|
Embedded SDK
Embedded SDK
|
#include <string.h>#include "os.h"#include "os_math.h"#include "os_utils.h"#include "os_io.h"#include "u2f_types.h"#include "u2f_transport.h"
Go to the source code of this file.
Macros | |
| #define | LOG_IO(...) |
Functions | |
| void | U2F_TRANSPORT_init (u2f_transport_t *handle, uint8_t type) |
| void | U2F_TRANSPORT_rx (u2f_transport_t *handle, uint8_t *buffer, uint16_t length) |
| void | U2F_TRANSPORT_tx (u2f_transport_t *handle, uint8_t cmd, const uint8_t *buffer, uint16_t length, uint8_t *tx_packet_buffer, uint16_t tx_packet_buffer_size) |
| #define LOG_IO | ( | ... | ) |
Definition at line 37 of file u2f_transport.c.
| void U2F_TRANSPORT_init | ( | u2f_transport_t * | handle, |
| uint8_t | type | ||
| ) |
Definition at line 170 of file u2f_transport.c.
| void U2F_TRANSPORT_rx | ( | u2f_transport_t * | handle, |
| uint8_t * | buffer, | ||
| uint16_t | length | ||
| ) |
Definition at line 181 of file u2f_transport.c.
| void U2F_TRANSPORT_tx | ( | u2f_transport_t * | handle, |
| uint8_t | cmd, | ||
| const uint8_t * | buffer, | ||
| uint16_t | length, | ||
| uint8_t * | tx_packet_buffer, | ||
| uint16_t | tx_packet_buffer_size | ||
| ) |
Definition at line 190 of file u2f_transport.c.