Home
last modified time | relevance | path

Searched full:mrt (Results 1 – 16 of 16) sorted by relevance

/Zephyr-latest/drivers/counter/
DKconfig.nxp_mrt5 bool "NXP MRT driver"
11 Enable driver for the NXP Multirate Timer (MRT).
Dcounter_nxp_mrt.c8 * 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()
[all …]
/Zephyr-latest/dts/bindings/counter/
Dnxp,mrt-channel.yaml7 Must be a child node of an nxp,mrt compatible node.
9 compatible: "nxp,mrt-channel"
Dnxp,mrt.yaml6 compatible: "nxp,mrt"
/Zephyr-latest/dts/arm/nxp/
Dnxp_rw6xx_common.dtsi378 mrt0: mrt@2d000 {
379 compatible = "nxp,mrt";
390 compatible = "nxp,mrt-channel";
395 compatible = "nxp,mrt-channel";
400 compatible = "nxp,mrt-channel";
405 compatible = "nxp,mrt-channel";
411 mrt1: mrt@3f000 {
412 compatible = "nxp,mrt";
423 compatible = "nxp,mrt-channel";
428 compatible = "nxp,mrt-channel";
[all …]
Dnxp_lpc55S6x_common.dtsi469 mrt: mrt@d000 { label
470 compatible = "nxp,mrt";
481 compatible = "nxp,mrt-channel";
486 compatible = "nxp,mrt-channel";
491 compatible = "nxp,mrt-channel";
496 compatible = "nxp,mrt-channel";
Dnxp_rt6xx_common.dtsi568 mrt: mrt@2d000 { label
569 compatible = "nxp,mrt";
580 compatible = "nxp,mrt-channel";
585 compatible = "nxp,mrt-channel";
590 compatible = "nxp,mrt-channel";
595 compatible = "nxp,mrt-channel";
Dnxp_rt5xx_common.dtsi690 mrt: mrt@2d000 { label
691 compatible = "nxp,mrt";
702 compatible = "nxp,mrt-channel";
707 compatible = "nxp,mrt-channel";
712 compatible = "nxp,mrt-channel";
717 compatible = "nxp,mrt-channel";
Dnxp_mcxn23x_common.dtsi809 mrt0: mrt@13000 {
810 compatible = "nxp,mrt";
821 compatible = "nxp,mrt-channel";
826 compatible = "nxp,mrt-channel";
831 compatible = "nxp,mrt-channel";
836 compatible = "nxp,mrt-channel";
Dnxp_mcxn94x_common.dtsi991 mrt0: mrt@13000 {
992 compatible = "nxp,mrt";
1003 compatible = "nxp,mrt-channel";
1008 compatible = "nxp,mrt-channel";
1013 compatible = "nxp,mrt-channel";
1018 compatible = "nxp,mrt-channel";
/Zephyr-latest/drivers/clock_control/
Dclock_control_mcux_syscon.c293 #endif /* MRT */ in mcux_lpc_syscon_clock_control_get_subsys_rate()
/Zephyr-latest/boards/nxp/frdm_rw612/doc/
Dindex.rst55 | MRT | on-chip | counter |
/Zephyr-latest/boards/nxp/rd_rw612_bga/doc/
Dindex.rst61 | MRT | on-chip | counter |
/Zephyr-latest/boards/nxp/frdm_mcxn236/doc/
Dindex.rst81 | MRT | on-chip | counter |
/Zephyr-latest/boards/nxp/frdm_mcxn947/doc/
Dindex.rst103 | MRT | on-chip | counter |
/Zephyr-latest/doc/releases/
Drelease-notes-3.6.rst359 * Added support for the MRT counter for NXP RT6xx, RT5xx and LPC55xxx.