Embedded SDK
Embedded SDK
|
#include <stddef.h>
#include <stdbool.h>
#include <stdint.h>
Go to the source code of this file.
Functions | |
bool | swap_str_to_u64 (const uint8_t *src, size_t length, uint64_t *result) |
bool | swap_parse_config (const uint8_t *config, uint8_t config_len, char *ticker, uint8_t ticker_buf_len, uint8_t *decimals) |
Variables | |
volatile bool | G_called_from_swap |
volatile bool | G_swap_response_ready |
bool swap_parse_config | ( | const uint8_t * | config, |
uint8_t | config_len, | ||
char * | ticker, | ||
uint8_t | ticker_buf_len, | ||
uint8_t * | decimals | ||
) |
bool swap_str_to_u64 | ( | const uint8_t * | src, |
size_t | length, | ||
uint64_t * | result | ||
) |
|
extern |
|
extern |