08 Jan, 2018

1 commit


04 Sep, 2017

1 commit

  • STM32 Low-Power Timer hardware block can be used for:
    - PWM generation
    - IIO trigger (in sync with PWM)
    - IIO quadrature encoder counter
    PWM and IIO timer configuration are mixed in the same registers so
    we need a multi fonction driver to be able to share those registers.

    Signed-off-by: Fabrice Gasnier
    Signed-off-by: Lee Jones

    Fabrice Gasnier