aboutsummaryrefslogtreecommitdiff
path: root/embassy-mcxa/src/adc.rs
Commit message (Expand)AuthorAgeFilesLines
* Suggestion from reviewJames Munns2025-12-111-3/+1
* Remove some stale todosJames Munns2025-12-111-3/+3
* Remove generic parameter from ADCJames Munns2025-12-111-59/+70
* Refactor the APIJames Munns2025-12-111-277/+365
* rustfmtJames Munns2025-12-101-5/+3
* run rustfmtMathis Deroo2025-12-091-20/+10
* Fix cmdlX and cmdhX access using updated PACMathis Deroo2025-12-091-7/+7
* Add support of ADC2 and ADC3 instancesMathis Deroo2025-12-091-1/+1
* Use field accessors for FIFO results instead of hardcoded onesMathis Deroo2025-12-091-10/+9
* set_conv_command_config returns Result instead of panic if index > 7Mathis Deroo2025-12-091-2/+12
* Add Mode trait for Async and Blocking behaviorMathis Deroo2025-12-091-48/+83
* Remove dereference for Instance ptrMathis Deroo2025-12-091-11/+11
* Use Result enum for ConvResult structure and read functionMathis Deroo2025-12-091-7/+17
* Modify ConvCommandConfig structMathis Deroo2025-12-091-20/+18
* Implement WaitCell per ADC instanceMathis Deroo2025-12-091-4/+8
* Modify set_conv_command_config to support command index from 1 to 7Mathis Deroo2025-12-091-43/+51
* Run cargo fmtMathis Deroo2025-12-091-35/+23
* ADC driver improvementMathis Deroo2025-12-091-63/+366
* rustfmtJames Munns2025-12-041-1/+1
* Move to subfolderJames Munns2025-12-041-0/+409