Searched full:mrt (Results 1 – 16 of 16) sorted by relevance
/Zephyr-latest/drivers/counter/ |
D | Kconfig.nxp_mrt | 5 bool "NXP MRT driver" 11 Enable driver for the NXP Multirate Timer (MRT).
|
D | counter_nxp_mrt.c | 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() [all …]
|
/Zephyr-latest/dts/bindings/counter/ |
D | nxp,mrt-channel.yaml | 7 Must be a child node of an nxp,mrt compatible node. 9 compatible: "nxp,mrt-channel"
|
D | nxp,mrt.yaml | 6 compatible: "nxp,mrt"
|
/Zephyr-latest/dts/arm/nxp/ |
D | nxp_rw6xx_common.dtsi | 378 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 …]
|
D | nxp_lpc55S6x_common.dtsi | 469 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";
|
D | nxp_rt6xx_common.dtsi | 568 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";
|
D | nxp_rt5xx_common.dtsi | 690 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";
|
D | nxp_mcxn23x_common.dtsi | 809 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";
|
D | nxp_mcxn94x_common.dtsi | 991 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/ |
D | clock_control_mcux_syscon.c | 293 #endif /* MRT */ in mcux_lpc_syscon_clock_control_get_subsys_rate()
|
/Zephyr-latest/boards/nxp/frdm_rw612/doc/ |
D | index.rst | 55 | MRT | on-chip | counter |
|
/Zephyr-latest/boards/nxp/rd_rw612_bga/doc/ |
D | index.rst | 61 | MRT | on-chip | counter |
|
/Zephyr-latest/boards/nxp/frdm_mcxn236/doc/ |
D | index.rst | 81 | MRT | on-chip | counter |
|
/Zephyr-latest/boards/nxp/frdm_mcxn947/doc/ |
D | index.rst | 103 | MRT | on-chip | counter |
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.6.rst | 359 * Added support for the MRT counter for NXP RT6xx, RT5xx and LPC55xxx.
|