Module nrf52811_pac::comp[][src]

Expand description

Comparator

Modules

COMP enable

Downward or upward crossing

Downward crossing

COMP is ready and output is valid

Upward crossing

External reference select

Comparator hysteresis enable

Enable or disable interrupt

Disable interrupt

Enable interrupt

Mode configuration

Pin select

Reference source select for single-ended mode

Compare result

Shortcuts between local events and tasks

Sample comparator value

Start comparator

Stop comparator

Threshold configuration for hysteresis unit

Structs

Register block

Type Definitions

ENABLE register accessor: an alias for Reg<ENABLE_SPEC>

EVENTS_CROSS register accessor: an alias for Reg<EVENTS_CROSS_SPEC>

EVENTS_DOWN register accessor: an alias for Reg<EVENTS_DOWN_SPEC>

EVENTS_READY register accessor: an alias for Reg<EVENTS_READY_SPEC>

EVENTS_UP register accessor: an alias for Reg<EVENTS_UP_SPEC>

EXTREFSEL register accessor: an alias for Reg<EXTREFSEL_SPEC>

HYST register accessor: an alias for Reg<HYST_SPEC>

INTEN register accessor: an alias for Reg<INTEN_SPEC>

INTENCLR register accessor: an alias for Reg<INTENCLR_SPEC>

INTENSET register accessor: an alias for Reg<INTENSET_SPEC>

MODE register accessor: an alias for Reg<MODE_SPEC>

PSEL register accessor: an alias for Reg<PSEL_SPEC>

REFSEL register accessor: an alias for Reg<REFSEL_SPEC>

RESULT register accessor: an alias for Reg<RESULT_SPEC>

SHORTS register accessor: an alias for Reg<SHORTS_SPEC>

TASKS_SAMPLE register accessor: an alias for Reg<TASKS_SAMPLE_SPEC>

TASKS_START register accessor: an alias for Reg<TASKS_START_SPEC>

TASKS_STOP register accessor: an alias for Reg<TASKS_STOP_SPEC>

TH register accessor: an alias for Reg<TH_SPEC>