MTB CAT1 Peripheral driver library

Description

The limit crossing detection configuration structure.

Note
The limit crossing detection block cannot be assigned to multiple channels/filters with different sign settings (filters are always signed).

Data Fields

cy_en_hppass_sar_cond_t cond
 Limit Crossing Detection condition.
 
int32_t low
 Low limit. More...
 
int32_t high
 High limit. More...
 

Field Documentation

◆ low

int32_t cy_stc_hppass_sar_limit_t::low

Low limit.

The valid range is -32768 ... 32766 for signed values and 0 ... 65534 for unsigned values.

◆ high

int32_t cy_stc_hppass_sar_limit_t::high

High limit.

The valid range is -32767 ... 32767 for signed values and 1 ... 65535 for unsigned values.