Searched full:pit (Results 1 – 25 of 29) sorted by relevance
12
/Zephyr-latest/drivers/counter/ |
D | Kconfig.nxp_pit | 1 # MCUXpresso SDK Periodic Interrupt Timer (PIT) 7 bool "NXP PIT driver" 12 Enable support for the NXP Periodic Interrupt Timer (PIT).
|
D | Kconfig.andes_atcpit100 | 8 bool "Andes ATCPIT100 PIT driver" 12 Enable driver for the Andes ATCPIT100 PIT controller.
|
D | counter_nxp_pit.c | 163 LOG_DBG("pit counter isr"); in nxp_pit_isr() 185 LOG_DBG("pit counter isr"); in nxp_pit_isr() 257 /* Creates a decleration for each pit channel */
|
/Zephyr-latest/dts/bindings/counter/ |
D | andestech,atcpit100.yaml | 8 This is a representation of the Andes Technology atcpit100 PIT node 33 for the PIT clock-frequency. 35 Defaults to 1 to use the PIT clock-frequency as the counter frequency. 41 For example, andes_v5_ae350 platform takes about 200 ~ 300 PIT
|
D | nxp,pit.yaml | 4 description: NXP Periodic Interrupt Timer (PIT) 6 compatible: "nxp,pit"
|
D | nxp,pit-channel.yaml | 7 compatible: "nxp,pit-channel"
|
/Zephyr-latest/dts/arm/nxp/ |
D | nxp_s32z27x_rtu0_r52.dtsi | 102 pit0: pit@76150000 { 103 compatible = "nxp,pit"; 113 compatible = "nxp,pit-channel"; 119 compatible = "nxp,pit-channel"; 125 compatible = "nxp,pit-channel"; 131 compatible = "nxp,pit-channel"; 137 compatible = "nxp,pit-channel"; 143 compatible = "nxp,pit-channel";
|
D | nxp_s32z27x_rtu1_r52.dtsi | 102 pit0: pit@76950000 { 103 compatible = "nxp,pit"; 113 compatible = "nxp,pit-channel"; 119 compatible = "nxp,pit-channel"; 125 compatible = "nxp,pit-channel"; 131 compatible = "nxp,pit-channel"; 137 compatible = "nxp,pit-channel"; 143 compatible = "nxp,pit-channel";
|
D | nxp_k8x.dtsi | 389 pit0: pit@40037000 { 390 compatible = "nxp,pit"; 399 compatible = "nxp,pit-channel"; 406 compatible = "nxp,pit-channel"; 413 compatible = "nxp,pit-channel"; 420 compatible = "nxp,pit-channel";
|
D | nxp_mcxc_common.dtsi | 302 pit0: pit@40037000 { 303 compatible = "nxp,pit"; 313 compatible = "nxp,pit-channel"; 319 compatible = "nxp,pit-channel";
|
D | nxp_k6x.dtsi | 541 pit0: pit@40037000 { 542 compatible = "nxp,pit"; 551 compatible = "nxp,pit-channel"; 558 compatible = "nxp,pit-channel"; 565 compatible = "nxp,pit-channel"; 572 compatible = "nxp,pit-channel";
|
D | nxp_rt11xx.dtsi | 1244 pit1: pit@400d8000 { 1245 compatible = "nxp,pit"; 1255 compatible = "nxp,pit-channel"; 1261 compatible = "nxp,pit-channel"; 1267 compatible = "nxp,pit-channel"; 1273 compatible = "nxp,pit-channel"; 1279 pit2: pit@40cb0000 { 1280 compatible = "nxp,pit"; 1290 compatible = "nxp,pit-channel"; 1295 compatible = "nxp,pit-channel"; [all …]
|
D | nxp_rt10xx.dtsi | 1120 pit0: pit@40084000 { 1121 compatible = "nxp,pit"; 1131 compatible = "nxp,pit-channel"; 1137 compatible = "nxp,pit-channel"; 1143 compatible = "nxp,pit-channel"; 1149 compatible = "nxp,pit-channel";
|
/Zephyr-latest/include/zephyr/dt-bindings/clock/ |
D | imx_ccm_rev2.h | 112 /* PIT */
|
/Zephyr-latest/doc/releases/ |
D | migration-guide-3.7.rst | 139 * The :dtcompatible:`nxp,kinetis-pit` pit driver has changed its compatible 140 to :dtcompatible:`nxp,pit` and has been updated to support multiple channels. 142 compatible :dtcompatible:`nxp,pit-channel` and configure as below. 145 of the binding for the pit. (:github:`66336`) 151 pit0: pit@40037000 { 152 /* Other Pit DT Attributes */ 153 compatible = "nxp,pit"; 160 compatible = "nxp,pit-channel";
|
/Zephyr-latest/drivers/timer/ |
D | hpet.c | 45 /* disables PIT */ 449 * nothing in Zephyr disables the PIT which then fires in sys_clock_driver_init()
|
/Zephyr-latest/boards/nxp/mimxrt1010_evk/doc/ |
D | index.rst | 94 | PIT | on-chip | pit |
|
/Zephyr-latest/boards/nxp/frdm_k82f/doc/ |
D | index.rst | 100 | PIT | on-chip | pit |
|
/Zephyr-latest/modules/ |
D | Kconfig.mcux | 323 Set if the PIT module is present on the SoC.
|
/Zephyr-latest/dts/riscv/andes/ |
D | andes_v5_ae350.dtsi | 256 pit0: pit@f0400000 {
|
/Zephyr-latest/boards/nxp/frdm_k64f/doc/ |
D | index.rst | 106 | PIT | on-chip | pit |
|
/Zephyr-latest/boards/nxp/mimxrt1160_evk/doc/ |
D | index.rst | 139 | PIT | on-chip | pit |
|
/Zephyr-latest/boards/nxp/frdm_mcxc242/doc/ |
D | index.rst | 69 | PIT | on-chip | counter |
|
/Zephyr-latest/boards/nxp/frdm_mcxc444/doc/ |
D | index.rst | 62 | PIT | on-chip | counter |
|
/Zephyr-latest/boards/nxp/mimxrt1060_evk/doc/ |
D | index.rst | 149 | PIT | on-chip | pit |
|
12