Searched refs:HCF_EXT_INT_TICK (Results 1 – 4 of 4) sorted by relevance
290 #define HCF_EXT_INT_TICK 0x8000 // enables TimerTick interrupt generation macro343 #define HCF_EXT ( HCF_EXT_MB | HCF_EXT_INFO_LOG | HCF_EXT_INT_TICK )//get deepsleep exercise going733 HCF_EXT_NIC_ACCESS | HCF_EXT_MB | HCF_EXT_INT_TICK | \766 #if (HCF_SLEEP) && ! ( (HCF_EXT) & HCF_EXT_INT_TICK )
244 #define HREG_EV_TX_EXT ( (HCF_EXT) & (HCF_EXT_INT_TX_EX | HCF_EXT_INT_TICK ) )251 #if HCF_EXT_INT_TICK != HREG_EV_TICK
300 #if (HCF_EXT) & HCF_EXT_INT_TICK
2968 #if (HCF_EXT) & HCF_EXT_INT_TICK in hcf_service_nic()