Open Model Railroad Network (OpenMRN)
Loading...
Searching...
No Matches
11cxx_async_can.hxx
Go to the documentation of this file.
1
35#ifndef _FREERTOS_DRIVERS_NXP_11CXX_ASYNC_CAN_HXX_
36#define _FREERTOS_DRIVERS_NXP_11CXX_ASYNC_CAN_HXX_
37#ifdef TARGET_LPC11Cxx
38
39#include "utils/Hub.hxx"
40
41namespace lpc11cxx
42{
43
44// Creates a CAN driver for the LPC11CXX, and adds it to the specified pipe.
45void CreateCanDriver(CanHubFlow* parent);
46
47} // namespace lpc11cxx
48
49#endif // TARGET_LPC11Cxx
50#endif // _FREERTOS_DRIVERS_NXP_11CXX_ASYNC_CAN_HXX_