Home
last modified time | relevance | path

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

/loramac-node-latest/src/mac/region/
DRegionCommon.c44 #ifndef DUTY_CYCLE_TIME_PERIOD
48 #define DUTY_CYCLE_TIME_PERIOD 3600000 macro
101 TimerTime_t maxCredits = DUTY_CYCLE_TIME_PERIOD; in SetMaxTimeCredits()
111 maxCredits = DUTY_CYCLE_TIME_PERIOD; in SetMaxTimeCredits()
115 maxCredits = DUTY_CYCLE_TIME_PERIOD; in SetMaxTimeCredits()
144 TimerTime_t observation = DUTY_CYCLE_TIME_PERIOD; in UpdateTimeCredits()