aboutsummaryrefslogtreecommitdiff
path: root/embassy-nrf/src/saadc.rs
Commit message (Expand)AuthorAgeFilesLines
...
* Use types to strengthen the buffer dimensioninghuntc2021-10-181-13/+9
* As suggested, use the const param to declare the internal sample for one chan...huntc2021-10-181-30/+24
* Removed the Mode enum and factored out into two functions so that we can asse...huntc2021-10-181-20/+53
* Combine intenset callshuntc2021-10-181-2/+5
* Compact expressionhuntc2021-10-181-10/+6
* Hangover - should have set this to internal for a previous PRhuntc2021-10-181-1/+1
* We must allow the run handler to mutate statehuntc2021-10-181-2/+2
* We can kick start the internal timer outside of the main loophuntc2021-10-181-11/+10
* Removed debugging logshuntc2021-10-181-2/+0
* Implements continuous sampling for the nRF SAADChuntc2021-10-181-4/+141
* nrf/saadc: make InputChannel private.Dario Nieuwenhuis2021-10-131-4/+4
* nrf/saadc: make Input trait sealed.Dario Nieuwenhuis2021-10-131-4/+11
* nrf/saadc: require unborrow for Input.Dario Nieuwenhuis2021-10-131-1/+1
* nrf/saadc: move chip-specific mappings to chips/Dario Nieuwenhuis2021-10-111-39/+8
* nrf/saadc: nrf52805 only has 2 channelsDario Nieuwenhuis2021-10-111-2/+7
* Conflates the negative and positive types as they are the same, and renames p...huntc2021-10-111-66/+26
* Removed the NotConnected as it isn't used.huntc2021-10-111-14/+0
* No use case understood for NotConnected, so hiding it for nowhuntc2021-10-111-2/+1
* No need for unwraphuntc2021-10-111-2/+1
* Need to borrow the pins for the lifetime of the config, and subsequently the ...huntc2021-10-111-5/+9
* Extend SAADC one shot supporthuntc2021-10-091-39/+136
* nrf/saadc: remove Sample trait.Dario Nieuwenhuis2021-10-071-20/+2
* embassy: Refactor module structure to remove kitchen-sink `util`.Dario Nieuwenhuis2021-09-111-1/+2
* nrf/saadc: don't use wake_on_interrupt.Dario Nieuwenhuis2021-09-011-13/+23
* Rename embassy-extras to embassy-hal-commonDario Nieuwenhuis2021-07-291-1/+1
* nrf/saadc: do not use dynDario Nieuwenhuis2021-05-221-46/+47
* Avoid using full GATUlf Lilleengen2021-05-221-7/+7
* Makes it possible to use the ADC with different analog pinsUlf Lilleengen2021-05-211-16/+14
* Mark Unborrow as unsafe to implementDario Nieuwenhuis2021-05-191-1/+1
* nrf/saadc: remove PinDario Nieuwenhuis2021-05-191-8/+6
* Fix unused field warningsRukai2021-05-171-6/+2
* Rename PeripheralBorrow to UnborrowDario Nieuwenhuis2021-04-141-9/+6
* nrf/saadc: initial implementationRichard Dodd2021-03-291-0/+242