Home
last modified time | relevance | path

Searched defs:scan_mask (Results 1 – 3 of 3) sorted by relevance

/hal_renesas-latest/drivers/rz/fsp/inc/instances/rzg/
Dr_adc_c.h149 …uint32_t scan_mask; ///< Channels/bits: bit … member
164 uint32_t scan_mask; // Scan mask used for Normal scan member
/hal_renesas-latest/drivers/ra/fsp/inc/instances/
Dr_adc.h300 uint32_t scan_mask; ///< Channels/bits: bit 0 is ch0; bit 15 is ch15. member
323 uint32_t scan_mask; // Scan mask used for Normal scan member
/hal_renesas-latest/drivers/ra/fsp/src/r_adc/
Dr_adc.c1433 uint32_t scan_mask = p_channel_cfg->scan_mask & ~(uint32_t) ADC_MASK_SENSORS; in r_adc_scan_cfg() local