Home
last modified time | relevance | path

Searched refs:smpc (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/hl/src/gap/smpc/
A Dsmpc_api.h35 #define SMPC_IS_FLAG_SET(conidx, flag) ((gapc_env[conidx]->smpc.timer_state & flag) == flag)
37 #define SMPC_TIMER_SET_FLAG(conidx, flag) (gapc_env[conidx]->smpc.timer_state |= flag)
39 #define SMPC_TIMER_UNSET_FLAG(conidx, flag) (gapc_env[conidx]->smpc.timer_state &= ~flag)
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/
A DMakefile6 obj_c += $(patsubst $(cur_dir)%,%,$(wildcard $(cur_dir)hl/src/gap/smpc/*.c))
42 -Iservices/ble_stack/hl/src/gap/smpc/ \
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/hl/inc/
A Dgapc.h84 struct smpc_env smpc; member
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/bridge/
A DMakefile31 -Iservices/ble_stack/hl/src/gap/smpc/ \
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/interconnection/
A DMakefile57 -Iservices/ble_stack/hl/src/gap/smpc/ \
/AliOS-Things-master/hardware/chip/haas1000/drivers/apps/main/
A DMakefile65 -Iservices/ble_stack/hl/src/gap/smpc/ \

Completed in 9 milliseconds