Lines Matching full:mrt
8 * MRT (Multirate timer) is a lightweight timer with multiple independent channels, each capable
69 LOG_DBG("MRT@%p channel %d stopped", base, channel_id); in nxp_mrt_stop()
70 LOG_WRN("MRT channel resets upon stopping"); in nxp_mrt_stop()
87 LOG_INF("\"Started\" MRT@%p channel %d with default value %d", in nxp_mrt_start()
95 LOG_DBG("MRT@%p channel %d started with top value %d", base, channel_id, data->top); in nxp_mrt_start()
134 LOG_DBG("Set MRT@%p channel %d top value to %d", base, channel_id, data->top); in nxp_mrt_set_top_value()
140 LOG_WRN("MRT@%p channel %d received requested top value %d which is " in nxp_mrt_set_top_value()
155 LOG_DBG("Changed MRT@%p channel %d top value while active to %d", in nxp_mrt_set_top_value()
188 LOG_ERR("MRT does not support alarms"); in nxp_mrt_set_alarm()
197 LOG_ERR("MRT does not support alarms"); in nxp_mrt_cancel_alarm()
255 LOG_DBG("Handling interrupt for MRT%p channel %d", base, i); in nxp_mrt_isr()