kdriveExpress SDK 23.2.0
kdrive_express_config.h File Reference
#include "kdrive_express_enabled.h"
#include <stdbool.h>

Go to the source code of this file.

Macros

#define KDRIVE_TYPES
 
#define KDRIVE_ERROR_TYPE
 
#define KDRIVE_BOOL_TYPE
 
#define kdriveExpress_API
 

Typedefs

typedef unsigned char uint8_t
 8 bit unsigned char More...
 
typedef unsigned short uint16_t
 16 bit unsigned char More...
 
typedef unsigned int uint32_t
 32 bit unsigned char More...
 
typedef signed char int8_t
 8 bit signed char More...
 
typedef short int16_t
 16 bit signed int More...
 
typedef int int32_t
 32 bit signed int More...
 
typedef float float32_t
 32 bit single precision float More...
 
typedef int32_t error_t
 
typedef bool bool_t
 

Macro Definition Documentation

◆ KDRIVE_BOOL_TYPE

#define KDRIVE_BOOL_TYPE

◆ KDRIVE_ERROR_TYPE

#define KDRIVE_ERROR_TYPE

◆ KDRIVE_TYPES

#define KDRIVE_TYPES

◆ kdriveExpress_API

#define kdriveExpress_API

Typedef Documentation

◆ bool_t

typedef bool bool_t

◆ error_t

typedef int32_t error_t

◆ float32_t

typedef float float32_t

32 bit single precision float

◆ int16_t

typedef short int16_t

16 bit signed int

◆ int32_t

typedef int int32_t

32 bit signed int

◆ int8_t

typedef signed char int8_t

8 bit signed char

◆ uint16_t

typedef unsigned short uint16_t

16 bit unsigned char

◆ uint32_t

typedef unsigned int uint32_t

32 bit unsigned char

◆ uint8_t

typedef unsigned char uint8_t

8 bit unsigned char