docs: pm: Add power domain information
Document power domains on Zephyr. Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com> Signed-off-by: Jordan Yates <jordan.yates@data61.csiro.au>
This commit is contained in:
parent
9e9fb319a7
commit
2b9d2f6f6c
4 changed files with 193 additions and 0 deletions
|
@ -75,6 +75,11 @@ Glossary of Terms
|
|||
The set of Zephyr-supplied files that implement the Zephyr kernel,
|
||||
including its core services, device drivers, network stack, and so on.
|
||||
|
||||
power domain
|
||||
A power domain is a collection of devices for which power is
|
||||
applied and removed collectively in a single action. Power
|
||||
domains are represented by :c:struct:`device`.
|
||||
|
||||
power gating
|
||||
Power gating reduces power consumption by shutting off areas of an
|
||||
integrated circuit that are not in use.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue