ioLibrary for Cortex M series
|
Common Utility Function Set Header File. More...
#include "common/common.h"
Go to the source code of this file.
Classes | |
struct | alarm_node_t |
Macros | |
#define | MAX_TICK_ELAPSE 0x7FFFFFFF |
Typedefs | |
typedef struct alarm_node_t | alarm_node |
Functions | |
int8_t | alarm_set (uint32_t time, alarm_cbfunc cb, int8_t arg) |
int8_t | alarm_del (alarm_cbfunc cb, int8_t arg) |
int8_t | alarm_chk (alarm_cbfunc cb, int8_t arg) |
void | alarm_run (void) |
int8_t | digit_length (int32_t dgt, int8_t base) |
int32_t | str_check (int(*method)(int), int8_t *str) |
void | print_dump (void *buf, uint16_t len) |
uint16_t | checksum (uint8_t *src, uint32_t len) |
int32_t | base64_decode (int8_t *text, uint8_t *dst, int32_t numBytes) |
int32_t | base64_encode (int8_t *text, int32_t numBytes, int8_t *encodedText) |
Common Utility Function Set Header File.
Definition in file util.c.
#define MAX_TICK_ELAPSE 0x7FFFFFFF |
Definition at line 16 of file util.c.
Referenced by alarm_set().
typedef struct alarm_node_t alarm_node |