zephyr/drivers/can
Gerard Marull-Paretas bd39b63760 drivers: can: stm32: use clock control API for FDCAN driver
The FDCAN clock was being enabled using HAL APIs instead of the generic
clock control API.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2022-06-16 11:26:18 +02:00
..
transceiver
can_common.c
can_handlers.c
can_loopback.c
can_mcan_priv.h
can_mcan.c
can_mcan.h
can_mcp2515.c
can_mcp2515.h
can_mcux_flexcan.c
can_mcux_mcan.c
can_rcar.c
can_sam.c
can_shell.c
can_socketcan.c
can_stm32.c
can_stm32.h
can_stm32fd.c
can_stm32h7.c
can_utils.h
CMakeLists.txt
Kconfig
Kconfig.loopback
Kconfig.mcan
Kconfig.mcp2515
Kconfig.mcux
Kconfig.rcar
Kconfig.sam
Kconfig.stm32
Kconfig.stm32fd
Kconfig.stm32h7