Zephyr Project API  3.4.0
A Scalable Open Source RTOS
nordic-npm1300-gpio.h File Reference

Go to the source code of this file.

Macros

nPM1300 GPIO drive strength flags

nPM1300 GPIO drive strength flags

#define NPM1300_GPIO_DRIVE_1MA   (0U << 8U)
 
#define NPM1300_GPIO_DRIVE_6MA   (1U << 8U)
 
nPM1300 GPIO debounce flags

nPM1300 GPIO debounce flags

#define NPM1300_GPIO_DEBOUNCE_OFF   (0U << 9U)
 
#define NPM1300_GPIO_DEBOUNCE_ON   (1U << 9U)