|
Zephyr API Documentation 4.3.0-rc1
A Scalable Open Source RTOS
|
Single-ended 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 |
| External reference input selection defined by the NRF_COMP_AIN defines. | |
| enum comp_nrf_comp_refsel | refsel |
| Reference selection. | |
| uint8_t | th_down |
| Hysteresis down threshold configuration. | |
| uint8_t | th_up |
| Hysteresis up threshold configuration. | |
Single-ended mode configuration structure.
| uint8_t comp_nrf_comp_se_config::extrefsel |
External reference input selection defined by the NRF_COMP_AIN defines.
| enum comp_nrf_comp_isource comp_nrf_comp_se_config::isource |
Current source configuration.
| uint8_t comp_nrf_comp_se_config::psel |
Positive input selection defined by the NRF_COMP_AIN defines.
| enum comp_nrf_comp_refsel comp_nrf_comp_se_config::refsel |
Reference selection.
| enum comp_nrf_comp_sp_mode comp_nrf_comp_se_config::sp_mode |
Speed mode selection.
| uint8_t comp_nrf_comp_se_config::th_down |
Hysteresis down threshold configuration.
| uint8_t comp_nrf_comp_se_config::th_up |
Hysteresis up threshold configuration.