improve prop_desc

This commit is contained in:
xianjimli 2019-08-26 10:32:15 +08:00
parent cee29f6bd3
commit eb3e3473f1

View File

@ -150,9 +150,15 @@ typedef struct _prop_desc_t {
/**
* @property {uint8_t} persistent
* @annotation ["readable"]
*
*
*/
uint8_t persistent : 1;
/**
* @property {uint8_t} configurable
* @annotation ["readable"]
*
*/
uint8_t configurable: 1;
/**
* @property {uint16_t} reserved
* @annotation ["readable"]