Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
nordic-npm6001-gpio.h File Reference

Go to the source code of this file.

Macros

nPM6001 GPIO drive strength flags

nPM6001 GPIO drive strength flags

#define NPM6001_GPIO_DRIVE_NORMAL   (0U << 8U)
 Normal drive.
 
#define NPM6001_GPIO_DRIVE_HIGH   (1U << 8U)
 High drive.
 
#define NPM6001_GPIO_SENSE_SCHMITT   (0U << 9U)
 Schmitt trigger input type.
 
#define NPM6001_GPIO_SENSE_CMOS   (1U << 9U)
 CMOS input type.