Home
last modified time | relevance | path

Searched refs:FILLP_TIMING_WHEEL_SEC_FLAG (Results 1 - 1 of 1) sorted by relevance

/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dtiming_wheel.h29 #define FILLP_TIMING_WHEEL_SEC_FLAG 0x01 macro
33 #define FILLP_TIMING_WHEEL_SET_SEC(status) ((status) |= FILLP_TIMING_WHEEL_SEC_FLAG)
37 #define FILLP_TIMING_WHEEL_CLEAR_SEC(status) ((status) = (status) & (FILLP_UINT32)(~FILLP_TIMING_WHEEL_SEC_FLAG))
41 #define FILLP_TIMING_WHEEL_IS_SEC_CLEAR(status) (!((status)&FILLP_TIMING_WHEEL_SEC_FLAG))

Completed in 1 milliseconds