Skip to content

Fixed ch17 and ch18 in ADC COMMON for STM32L4x5 #491

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 6, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions devices/stm32l4x5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ _modify:
ADC123_Common:
name: ADC_Common

ADC_Common:
CCR:
_modify:
TSEN:
name: CH18SEL
description: CH18 selection (Vbat)
VBATEN:
name: CH17SEL
description: CH17 selection (temperature)

# Merge the thousands of individal bit fields into a single field for each
# CAN filter register. This is not only much easier to use but also saves
# a huge amount of filespace and compilation time etc -- as much as 30% of all
Expand Down