Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
Nuvoton NuMaker reset controller helpers

Peripheral reset-cell identifiers for Nuvoton NuMaker devices. More...

Topics

 Nuvoton NuMaker M031X reset controller helpers
 Peripheral reset-cell identifiers for M031X devices.
 Nuvoton NuMaker M2L31X reset controller helpers
 Peripheral reset-cell identifiers for M2L31X devices.
 Nuvoton NuMaker M333X reset controller helpers
 Peripheral reset-cell identifiers for M333X devices.
 Nuvoton NuMaker M335X reset controller helpers
 Peripheral reset-cell identifiers for M335X devices.
 Nuvoton NuMaker M46X reset controller helpers
 Peripheral reset-cell identifiers for M46X devices.
 Nuvoton NuMaker M55M1X reset controller helpers
 Peripheral reset-cell identifiers for M55M1X devices.

Detailed Description

Peripheral reset-cell identifiers for Nuvoton NuMaker devices.

Devicetree macros for peripheral reset cells on Nuvoton NuMaker devices, for use with the nuvoton,numaker-rst compatible reset controller.

Each SoC family header defines identifiers that encode the reset register location and bit position for a peripheral. The encoding is family-specific; use the provided identifiers directly rather than constructing reset cell values manually.

#include <zephyr/dt-bindings/reset/numaker_m031x_reset.h>
&uart0 {
// ...
resets = <&rst NUMAKER_UART0_RST>;
// ...
};