Home
last modified time | relevance | path

Searched full:irtc (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/dts/bindings/rtc/
Dnxp,irtc.yaml4 description: IRTC
6 compatible: "nxp,irtc"
23 The input clock select for IRTC.
/Zephyr-latest/drivers/rtc/
Drtc_nxp_irtc.c31 /* The IRTC Offset is 2112 instead of 1900 [2112 - 1900] -> [212] */
74 /* The IRTC Month Index starts at 1 instead of 0 */ in nxp_irtc_set_time()
85 /* 1 is valid for rtc_time.tm_wday property but is out of bounds for IRTC registers */ in nxp_irtc_set_time()
122 /* There is no nano second support for IRTC */ in nxp_irtc_get_time()
124 /* There is no day of the year support for IRTC */ in nxp_irtc_get_time()
/Zephyr-latest/drivers/clock_control/
Dclock_control_mcux_syscon.c122 /* 0x0 Clock Select Value Set IRTC to use FRO 16K Clk */ in mcux_lpc_syscon_clock_control_on()
125 /* 0x1 Clock Select Value Set IRTC to use Osc 32K Clk */ in mcux_lpc_syscon_clock_control_on()
/Zephyr-latest/dts/arm/nxp/
Dnxp_mcxn23x_common.dtsi843 compatible = "nxp,irtc";
Dnxp_mcxn94x_common.dtsi1025 compatible = "nxp,irtc";
/Zephyr-latest/doc/releases/
Drelease-notes-4.0.rst761 * Added the NXP IRTC Driver.