aboutsummaryrefslogtreecommitdiff
path: root/embassy-mcxa/src/adc.rs
Commit message (Collapse)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
| | | | Signed-off-by: Mathis Deroo <[email protected]>
* Fix cmdlX and cmdhX access using updated PACMathis Deroo2025-12-091-7/+7
| | | | Signed-off-by: Mathis Deroo <[email protected]>
* Add support of ADC2 and ADC3 instancesMathis Deroo2025-12-091-1/+1
| | | | Signed-off-by: Mathis Deroo <[email protected]>
* Use field accessors for FIFO results instead of hardcoded onesMathis Deroo2025-12-091-10/+9
| | | | Signed-off-by: Mathis Deroo <[email protected]>
* set_conv_command_config returns Result instead of panic if index > 7Mathis Deroo2025-12-091-2/+12
| | | | Signed-off-by: Mathis Deroo <[email protected]>
* Add Mode trait for Async and Blocking behaviorMathis Deroo2025-12-091-48/+83
| | | | Signed-off-by: Mathis Deroo <[email protected]>
* Remove dereference for Instance ptrMathis Deroo2025-12-091-11/+11
| | | | Signed-off-by: Mathis Deroo <[email protected]>
* Use Result enum for ConvResult structure and read functionMathis Deroo2025-12-091-7/+17
| | | | Signed-off-by: Mathis Deroo <[email protected]>
* Modify ConvCommandConfig structMathis Deroo2025-12-091-20/+18
| | | | Signed-off-by: Mathis Deroo <[email protected]>
* Implement WaitCell per ADC instanceMathis Deroo2025-12-091-4/+8
| | | | Signed-off-by: Mathis Deroo <[email protected]>
* Modify set_conv_command_config to support command index from 1 to 7Mathis Deroo2025-12-091-43/+51
| | | | Signed-off-by: Mathis Deroo <[email protected]>
* Run cargo fmtMathis Deroo2025-12-091-35/+23
| | | | Signed-off-by: Mathis Deroo <[email protected]>
* ADC driver improvementMathis Deroo2025-12-091-63/+366
| | | | Signed-off-by: Mathis Deroo <[email protected]>
* rustfmtJames Munns2025-12-041-1/+1
|
* Move to subfolderJames Munns2025-12-041-0/+409