RSeries astromech firmware
|
#include <stdint.h>
#include <stdbool.h>
Go to the source code of this file.
Macros | |
#define | BT_PSM_HIDC 0x0011 |
#define | BT_PSM_HIDI 0x0013 |
#define | BD_ADDR_LEN 6 |
Typedefs | |
typedef uint8_t | UINT8 |
typedef uint16_t | UINT16 |
typedef uint32_t | UINT32 |
typedef uint64_t | UINT64 |
typedef int8_t | INT8 |
typedef int16_t | INT16 |
typedef int32_t | INT32 |
typedef bool | BOOLEAN |
typedef uint8_t | BD_ADDR[BD_ADDR_LEN] |
#define BD_ADDR_LEN 6 |
#define BT_PSM_HIDC 0x0011 |
#define BT_PSM_HIDI 0x0013 |
typedef uint8_t BD_ADDR[BD_ADDR_LEN] |
typedef bool BOOLEAN |
typedef int16_t INT16 |
typedef int32_t INT32 |
typedef int8_t INT8 |
typedef uint16_t UINT16 |
typedef uint32_t UINT32 |
typedef uint64_t UINT64 |
typedef uint8_t UINT8 |