dRonin  adbada4
dRonin firmware
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
pios_sys.h File Reference
#include <stddef.h>

Go to the source code of this file.

Macros

#define PIOS_SYS_SERIAL_NUM_BINARY_LEN   12
 
#define PIOS_SYS_SERIAL_NUM_ASCII_LEN   (PIOS_SYS_SERIAL_NUM_BINARY_LEN * 2)
 

Functions

void PIOS_SYS_Init (void)
 
int32_t PIOS_SYS_Reset (void)
 
int32_t PIOS_SYS_SerialNumberGetBinary (uint8_t array[PIOS_SYS_SERIAL_NUM_BINARY_LEN])
 
int32_t PIOS_SYS_SerialNumberGet (char str[PIOS_SYS_SERIAL_NUM_ASCII_LEN+1])
 
size_t PIOS_SYS_IrqStackUnused (void)
 
size_t PIOS_SYS_OsStackUnused (void)