ndn-lite
Macros | Typedefs
types.h File Reference

Go to the source code of this file.

Macros

#define uECC_PLATFORM   uECC_arch_other
 
#define uECC_ARM_USE_UMAAL   0
 
#define uECC_WORD_SIZE   1
 
#define uECC_WORD_SIZE   4
 
#define SUPPORTS_INT128   0
 
#define HIGH_BIT_SET   0x80000000
 
#define uECC_WORD_BITS   32
 
#define uECC_WORD_BITS_SHIFT   5
 
#define uECC_WORD_BITS_MASK   0x01F
 

Typedefs

typedef int8_t wordcount_t
 
typedef int16_t bitcount_t
 
typedef int8_t cmpresult_t
 
typedef uint32_t uECC_word_t
 
typedef uint64_t uECC_dword_t
 

Macro Definition Documentation

◆ HIGH_BIT_SET

#define HIGH_BIT_SET   0x80000000

◆ SUPPORTS_INT128

#define SUPPORTS_INT128   0

◆ uECC_ARM_USE_UMAAL

#define uECC_ARM_USE_UMAAL   0

◆ uECC_PLATFORM

#define uECC_PLATFORM   uECC_arch_other

◆ uECC_WORD_BITS

#define uECC_WORD_BITS   32

◆ uECC_WORD_BITS_MASK

#define uECC_WORD_BITS_MASK   0x01F

◆ uECC_WORD_BITS_SHIFT

#define uECC_WORD_BITS_SHIFT   5

◆ uECC_WORD_SIZE [1/2]

#define uECC_WORD_SIZE   1

◆ uECC_WORD_SIZE [2/2]

#define uECC_WORD_SIZE   4

Typedef Documentation

◆ bitcount_t

typedef int16_t bitcount_t

◆ cmpresult_t

typedef int8_t cmpresult_t

◆ uECC_dword_t

typedef uint64_t uECC_dword_t

◆ uECC_word_t

typedef uint32_t uECC_word_t

◆ wordcount_t

typedef int8_t wordcount_t