HT32SX Generic Push Button
Generic Push Button application for HT32SX
sigfox_types.h File Reference

Sigfox types definition. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define SFX_NULL   (void*)0
 
#define SFX_TRUE   1
 
#define SFX_FALSE   0
 
#define SFX_U8_MIN   0U
 
#define SFX_U8_MAX   0xFFU
 
#define SFX_U16_MIN   0U
 
#define SFX_U16_MAX   0xFFFFU
 
#define SFX_U32_MIN   0UL
 
#define SFX_U32_MAX   0xFFFFFFFFUL
 
#define SFX_S8_MIN   0x80
 
#define SFX_S8_MAX   0x7F
 
#define SFX_S16_MIN   0x8000
 
#define SFX_S16_MAX   0x7FFF
 
#define SFX_S32_MIN   0x80000000L
 
#define SFX_S32_MAX   0x7FFFFFFFL
 

Typedefs

typedef unsigned char sfx_u8
 
typedef unsigned short sfx_u16
 
typedef unsigned long sfx_u32
 
typedef unsigned char sfx_bool
 
typedef signed char sfx_s8
 
typedef signed short sfx_s16
 
typedef signed long sfx_s32
 
typedef unsigned short sfx_error_t
 

Detailed Description

Sigfox types definition.

\if SIGFOX PATTERN


/ ___/ | | / ___| | ___| / _ \ \ \ / /
| |___ | | | | | |__ | | | | \ \/ /
___ \ | | | | _ | __| | | | | } {
___| | | | | |_| | | | | |_| | / /\ \ /_____/ |_| _____/ |_| _____/ /_/ _\


!!!! DO NOT MODIFY THIS FILE !!!!


 \endif

Author
Version
Date