Zephyr API Documentation 4.2.99
A Scalable Open Source RTOS
|
Differential mode configuration structure. More...
#include <zephyr/drivers/comparator/nrf_comp.h>
Data Fields | |
uint8_t | psel |
Positive input selection defined by the NRF_COMP_AIN defines. | |
enum comp_nrf_comp_sp_mode | sp_mode |
Speed mode selection. | |
enum comp_nrf_comp_isource | isource |
Current source configuration. | |
uint8_t | extrefsel |
Negative input selection defined by the NRF_COMP_AIN defines. | |
bool | enable_hyst |
Hysteresis configuration. |
Differential mode configuration structure.
bool comp_nrf_comp_diff_config::enable_hyst |
Hysteresis configuration.
uint8_t comp_nrf_comp_diff_config::extrefsel |
Negative input selection defined by the NRF_COMP_AIN defines.
enum comp_nrf_comp_isource comp_nrf_comp_diff_config::isource |
Current source configuration.
uint8_t comp_nrf_comp_diff_config::psel |
Positive input selection defined by the NRF_COMP_AIN defines.
enum comp_nrf_comp_sp_mode comp_nrf_comp_diff_config::sp_mode |
Speed mode selection.