Home
last modified time | relevance | path

Searched refs:resolution (Results 1 – 8 of 8) sorted by relevance

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_tcpwm_quaddec.c66 if(config->resolution <= CY_TCPWM_QUADDEC_X4) in Cy_TCPWM_QuadDec_Init()
68 … TCPWM_CNT_CTRL(base, cntNum) = ( _VAL2FLD(TCPWM_CNT_CTRL_QUADRATURE_MODE, config->resolution) | in Cy_TCPWM_QuadDec_Init()
98 ( _VAL2FLD(TCPWM_GRP_CNT_V2_CTRL_QUAD_ENCODING_MODE, config->resolution) | in Cy_TCPWM_QuadDec_Init()
/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_adc_sar.c454 .resolution = _CYHAL_ADC_RESOLUTION,
829 …channel_configs[i].resolution = (cy_en_sar_channel_ctrl_resolution_t)_FLD2VAL(SAR_CHAN_CONFIG_R… in _cyhal_adc_extract_channel_conf()
850 if(hal_config->resolution != _CYHAL_ADC_RESOLUTION) in _cyhal_adc_populate_pdl_config()
852 result = _cyhal_adc_convert_resolution(hal_config->resolution, &pdl_config->subResolution); in _cyhal_adc_populate_pdl_config()
906 …if(hal_config->resolution != _CYHAL_ADC_RESOLUTION) /* SAR does not support configurable resolutio… in _cyhal_adc_populate_pdl_config()
1124 obj->resolution = _CYHAL_ADC_RESOLUTION; in _cyhal_adc_config_hw()
1731 obj->resolution = config->resolution; in cyhal_adc_configure()
1991 bool resolution_override = (obj->adc->resolution != _CYHAL_ADC_RESOLUTION); in _cyhal_adc_channel_update_config()
2311 …const uint8_t RESULT_SCALING_FACTOR = UINT16_MAX / ((1 << obj->adc->resolution) - 1); // 12-bit SA… in cyhal_adc_read_u16()
Dcyhal_quaddec.c329 cyhal_gpio_t index, cyhal_quaddec_resolution_t resolution, in cyhal_quaddec_init() argument
391 config.resolution = resolution; in cyhal_quaddec_init()
Dcyhal_adc_mic.c428 || (_CYHAL_ADCMIC_RESOLUTION != config->resolution) in cyhal_adc_configure()
/hal_infineon-latest/btstack/
DRELEASE.md4 Following are the limitations when using host based address resolution (only applies to the 4343 co…
108 …acy_supported to query the support status for controller based address resolution and device priva…
182 …e stack now supports Host based address resolution when using controllers that do not support addr…
/hal_infineon-latest/mtb-hal-cat1/include/
Dcyhal_quaddec.h193 cyhal_gpio_t index, cyhal_quaddec_resolution_t resolution,
Dcyhal_adc.h182 uint8_t resolution; member
/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_tcpwm_quaddec.h122 uint32_t resolution; member