API Reference | |
| Interrupt Masks | |
| SAR block instance masks | |
| Specifies the SAR block instance. | |
Macros | |
| #define | CY_SAR_DRV_VERSION_MAJOR 2 |
| Driver major version. | |
| #define | CY_SAR_DRV_VERSION_MINOR 0 |
| Driver minor version. | |
| #define | CY_SAR_ID CY_PDL_DRV_ID(0x01u) |
| SAR driver identifier. | |
| #define | CY_SAR_SEQ_NUM_CHANNELS (PASS_SAR_SAR_CHANNELS) |
| Number of sequencer channels. | |
| #define | CY_SAR_NUM_CHANNELS (CY_SAR_SEQ_NUM_CHANNELS + 1UL) |
| Number of all channels including the injection chennel. | |
| #define | CY_SAR_INJ_CHANNEL (CY_SAR_SEQ_NUM_CHANNELS) |
| Injection channel index. | |
| #define | CY_SAR_CHANNELS_MASK ((1UL << CY_SAR_SEQ_NUM_CHANNELS) - 1UL) |
| Channels mask. | |
| #define | CY_SAR_INJ_CHAN_MASK (1UL << CY_SAR_INJ_CHANNEL) |
| Injection channel mask. | |