aboutsummaryrefslogtreecommitdiff
path: root/embassy-nrf/src/pwm.rs
Commit message (Expand)AuthorAgeFilesLines
* Use from_bits in LoopCntnerwalt2025-08-141-1/+1
* embassy-nrf: fix PWM loop countJuergen Fitschen2025-07-021-3/+2
* Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-271-98/+61
* nrf: add nrf54l base: gpio and time driver.Dario Nieuwenhuis2024-11-171-8/+8
* nrf/pwm: disconnect input.Dario Nieuwenhuis2024-11-041-1/+10
* nrf/pwm: fix bad pin assignment.Dario Nieuwenhuis2024-11-041-1/+1
* nrf: port to chiptool-based `nrf-pac`.Dario Nieuwenhuis2024-11-041-139/+126
* fixup! feat(pwm): allow specifying OutputDrive for PWM channelsGiona Imperatori2024-07-011-4/+4
* feat(pwm): allow specifying OutputDrive for PWM channelsGiona Imperatori2024-07-011-5/+53
* fix: typoCyril Marpaud2024-04-271-1/+1
* nrf: remove mod sealed.Dario Nieuwenhuis2024-04-051-10/+6
* nrf: Drop needless letPriit Laes2024-02-171-2/+2
* nrf: Remove useless borrowsPriit Laes2024-02-171-2/+2
* Do not wait when the pwm is disabledMartin Marmsoler2024-01-271-1/+3
* implement retriving duty.Martin Marmsoler2024-01-271-0/+5
* add is_enabled() functionMartin Marmsoler2024-01-261-0/+7
* add documentationMartin Marmsoler2024-01-261-0/+1
* use constant for the pwm clockMartin Marmsoler2024-01-261-2/+3
* Rename embassy-hal-common to embassy-hal-internal, document it's for internal...Dario Nieuwenhuis2023-07-281-1/+1
* Removed unnecessary lifetime namingCameron2023-07-051-11/+11
* Make interrupt module more standard.Dario Nieuwenhuis2023-06-081-4/+3
* nrf: docs.Dario Nieuwenhuis2023-02-011-4/+18
* nrf: replace PhantomData usages with PeripheralRef.Dario Nieuwenhuis2022-07-231-5/+8
* Remove PeripheralRef::into_inner()Dario Nieuwenhuis2022-07-231-17/+43
* Rename Unborrowed -> PeripheralRef, Unborrow -> PeripheralDario Nieuwenhuis2022-07-231-56/+56
* WIP: Make unborrow safe to useGrant Miller2022-07-231-53/+39
* Run rustfmt.Dario Nieuwenhuis2022-06-121-62/+18
* Add embassy-cortex-m crate.Dario Nieuwenhuis2022-06-121-1/+1
* nrf: remove OptionalPinDario Nieuwenhuis2022-02-121-50/+152
* Further API simplification for the single seq scenariohuntc2022-02-051-2/+2
* Forgot to expose the stop methodhuntc2022-02-041-0/+8
* Introduced the SingleSequencer and a more complex Sequencerhuntc2022-02-041-41/+72
* Expose PWMhuntc2022-02-041-2/+2
* Doco correctionhuntc2022-02-041-3/+3
* Introduces a Sequences structhuntc2022-02-041-131/+143
* Clarify why we need the mut bufferhuntc2022-02-041-0/+2
* Some more docohuntc2022-01-301-0/+3
* Revert "Own the sequence buffer"huntc2022-01-301-76/+32
* Own the sequence bufferhuntc2022-01-291-32/+76
* Now permits sequences to be mutated subsequentlyhuntc2022-01-281-7/+17
* Doc tidyinghuntc2022-01-281-3/+1
* Make the sequence a little nicer to pass aroundhuntc2022-01-281-17/+29
* PWM WS2812B example and per sequence confighuntc2022-01-281-27/+62
* Stop PWM before assigning the new sequencehuntc2022-01-251-2/+2
* Strengthen the borrowhuntc2022-01-241-1/+1
* Permit many sequences to be passedhuntc2022-01-231-30/+32
* nrf: pwm clarify stop and disable pin stateJacob Rosenthal2021-11-141-3/+4
* nrf: sequencepwm dont wait for tasks_stop afterallJacob Rosenthal2021-11-131-4/+0
* nrf: pwm use register resetJacob Rosenthal2021-11-131-16/+16
* nrf: pwm clarify stop and disable pin stateJacob Rosenthal2021-11-131-19/+10