Zephyr API 3.6.99
|
Single-ended mode configuration structure. More...
#include <nrf_comp.h>
Data Fields | |
enum comp_nrf_comp_psel | psel |
Positive input selection. | |
enum comp_nrf_comp_sp_mode | sp_mode |
Speed mode selection. | |
enum comp_nrf_comp_isource | isource |
Current source configuration. | |
enum comp_nrf_comp_extrefsel | extrefsel |
External reference selection. | |
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.
enum comp_nrf_comp_extrefsel comp_nrf_comp_se_config::extrefsel |
External reference selection.
enum comp_nrf_comp_isource comp_nrf_comp_se_config::isource |
Current source configuration.
enum comp_nrf_comp_psel comp_nrf_comp_se_config::psel |
Positive input selection.
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.