embassy-stm32

Crates

git

Versions

stm32f429ag

Flavors

📣 We want to hear from you! Fill the Rust Embedded 2024 micro-survey.

Function embassy_stm32::adc::resolution_to_max_count

source ·
pub const fn resolution_to_max_count(res: Resolution) -> u32
Expand description

Get the maximum reading value for this resolution.

This is 2**n - 1.