Skip to content

Commit

Permalink
PMICDRV-174: Support Power resource APIs
Browse files Browse the repository at this point in the history
Add support for the following power resource configuration and status
information APIs:

- Pmic_pwr{Set,Get}ResourceEnable
- Pmic_pwr{Set,Get}ResourceCfg
- Pmic_pwr{Set,Get}ResourceCfgs
- Pmic_pwr{Set,Get}SequenceCfg
- Pmic_pwr{Set,Get}SequenceCfgs

Signed-off-by: Michael Leonard <[email protected]>
  • Loading branch information
LeonardMH committed Jul 31, 2024
1 parent 89c2f8e commit 6ae7e1d
Show file tree
Hide file tree
Showing 4 changed files with 2,549 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ SOURCES = \
src/pmic_fsm.c \
src/pmic_io.c \
src/pmic_irq.c \
src/pmic_power.c \
src/pmic_wdg.c

OBJECTS = $(SOURCES:.c=.o)
Expand Down
Loading

0 comments on commit 6ae7e1d

Please sign in to comment.