drivers: adc: add support for nRF54L internal SAADC inputs #154935
Annotations
1 error, 1 warning, and 2 notices
Run Compliance Tests
Process completed with exit code 1.
|
check-warns:
ClangFormat.txt#L1
See https://docs.zephyrproject.org/latest/contribute/guidelines.html#clang-format for more details.
You may want to run clang-format on this change:
- [NRF_SAADC_VDD] = NRF_SAADC_INPUT_VDD,
+ [NRF_SAADC_VDD] = NRF_SAADC_INPUT_VDD,
File:drivers/adc/adc_nrfx_saadc.c
Line:45
You may want to run clang-format on this change:
- NRF_SAADC,
- channel_id,
+ NRF_SAADC, channel_id,
#if NRF_SAADC_HAS_AIN_AS_PIN
saadc_psels[m_data.positive_inputs[channel_id]]
#else
m_data.positive_inputs[channel_id]
#endif
- );
+ );
File:drivers/adc/adc_nrfx_saadc.c
Line:540
|
Run Compliance Tests:
drivers/adc/adc_nrfx_saadc.c#L45
drivers/adc/adc_nrfx_saadc.c:45
- [NRF_SAADC_VDD] = NRF_SAADC_INPUT_VDD,
+ [NRF_SAADC_VDD] = NRF_SAADC_INPUT_VDD,
|
Run Compliance Tests:
drivers/adc/adc_nrfx_saadc.c#L540
drivers/adc/adc_nrfx_saadc.c:540
- NRF_SAADC,
- channel_id,
+ NRF_SAADC, channel_id,
#if NRF_SAADC_HAS_AIN_AS_PIN
saadc_psels[m_data.positive_inputs[channel_id]]
#else
m_data.positive_inputs[channel_id]
#endif
- );
+ );
|
Loading