D | clock_control_nrf.c | 37 #define CLOCK_LOG(lvl, dev, subsys, ...) \ argument 46 #define ERR(dev, subsys, ...) CLOCK_LOG(ERR, dev, subsys, __VA_ARGS__) argument 47 #define WRN(dev, subsys, ...) CLOCK_LOG(WRN, dev, subsys, __VA_ARGS__) argument 48 #define INF(dev, subsys, ...) CLOCK_LOG(INF, dev, subsys, __VA_ARGS__) argument 49 #define DBG(dev, subsys, ...) CLOCK_LOG(DBG, dev, subsys, __VA_ARGS__) argument 71 struct nrf_clock_control_sub_data subsys[CLOCK_CONTROL_NRF_TYPE_COUNT]; member 76 subsys[CLOCK_CONTROL_NRF_TYPE_COUNT]; member 118 clock_control_subsys_t subsys) in get_status() 342 static int stop(const struct device *dev, clock_control_subsys_t subsys, in stop() 361 static int api_stop(const struct device *dev, clock_control_subsys_t subsys) in api_stop() [all …]
|