implemented read/write functions for complex pins

fixed config issues
This commit is contained in:
Sascha Ittner
2015-03-11 16:52:54 +01:00
parent ccc8c29443
commit c32b03b497
5 changed files with 148 additions and 73 deletions

View File

@@ -30,6 +30,7 @@
#define LCEC_CONF_SDO_COMPLETE_SUBIDX -1
#define LCEC_CONF_GENERIC_MAX_SUBPINS 32
#define LCEC_CONF_GENERIC_MAX_BITLEN 255
typedef enum {
lcecConfTypeNone,
@@ -194,6 +195,7 @@ typedef struct {
typedef struct {
LCEC_CONF_TYPE_T confType;
uint8_t bitOffset;
uint8_t bitLength;
LCEC_PDOENT_TYPE_T subType;
hal_type_t halType;