Zephyr API Documentation 4.2.99
A Scalable Open Source RTOS
|
Configuration structure. More...
#include <zephyr/drivers/comparator/nrf_lpcomp.h>
Data Fields | |
uint8_t | psel |
Positive input selection defined by the NRF_COMP_AIN defines. | |
uint8_t | extrefsel |
External reference input selection defined by the NRF_COMP_AIN defines. | |
enum comp_nrf_lpcomp_refsel | refsel |
Reference selection. | |
bool | enable_hyst |
Hysteresis configuration. |
Configuration structure.
bool comp_nrf_lpcomp_config::enable_hyst |
Hysteresis configuration.
uint8_t comp_nrf_lpcomp_config::extrefsel |
External reference input selection defined by the NRF_COMP_AIN defines.
uint8_t comp_nrf_lpcomp_config::psel |
Positive input selection defined by the NRF_COMP_AIN defines.
enum comp_nrf_lpcomp_refsel comp_nrf_lpcomp_config::refsel |
Reference selection.