Searched refs:day_of_week (Results 1 – 4 of 4) sorted by relevance
206 day_of_week : 7, member302 day_of_week : 7, member357 day_of_week : 7, member
133 uint64_t day_of_week : 7; /*!< Schedule days of the week for the action */ member225 uint64_t day_of_week : 7; /*!< Schedule days of the week for the action */ member624 day_of_week : 7, /*!< The value of Schedule days of the week for the action */ member711 uint64_t day_of_week : 7; /*!< Schedule days of the week for the action */ member803 uint64_t day_of_week : 7; /*!< Schedule days of the week for the action */ member
177 uint64_t day_of_week : 7; /* Schedule days of the week for the action */ member195 uint64_t day_of_week : 7; /* Schedule days of the week for the action */ member
949 val |= ((uint64_t)(reg->day_of_week) << 45) | ((uint64_t)(reg->second) << 39); in get_schedule_reg_state()1055 second = 0U, day_of_week = 0U, action = 0U, trans_time = 0U; in scheduler_act_set() local1074 day_of_week = (value >> 45) & BIT_MASK(7); in scheduler_act_set()1109 .scheduler_act_set.day_of_week = day_of_week, in scheduler_act_set()1126 srv->state->schedules[index].day_of_week = day_of_week; in scheduler_act_set()1139 .scheduler_act_set.day_of_week = day_of_week, in scheduler_act_set()