ConOpSys V2970  P004.07
ANVILEX control operating system
CAN2_P017_39_KG3_CB.h
Go to the documentation of this file.
1 //------------------------------------------------------------------------------
2 //! @file CAN2_P017_39_KG3_CB.h
3 //! @brief STM32F429 on-chip CAN2 class for P017_39_KG3_CB header file.
4 //! @copyright ANVILEX GmbH
5 //! @attention No special attention requered.
6 //! $HeadURL: https://192.168.3.4:8443/svn/P004_07/ConOpSys/Hardware/P017_39_KG3_CB/CAN2_P017_39_KG3_CB.h $
7 //! $Revision: 2203 $
8 //! $Date: 2020-11-21 14:58:09 +0500 (Sa, 21 Nov 2020) $
9 //! $Author: minch $
10 //
11 // Copyright(C) 2004-2020 ANVILEX GmbH
12 //
13 // Redistribution and use in source and binary forms, with or without
14 // modification, are permitted provided that the following conditions are met:
15 //
16 // 1. Redistributions of source code must retain the above copyright notice,
17 // this list of conditions and the following disclaimer.
18 //
19 // 2. Redistributions in binary form must reproduce the above copyright notice,
20 // this list of conditions and the following disclaimer in the documentation
21 // and/or other materials provided with the distribution.
22 //
23 // 3. Neither the name of ANVILEX nor the names of its contributors may be
24 // used to endorse or promote products derived from this software without
25 // specific prior written permission.
26 //
27 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
28 // AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
29 // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
30 // ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
31 // LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
32 // CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
33 // SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
34 // INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
35 // CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
36 // ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
37 // POSSIBILITY OF SUCH DAMAGE.
38 //
39 //------------------------------------------------------------------------------
40 
41 #pragma once
42 
43 //------------------------------------------------------------------------------
44 // Include standard libraries header files
45 //------------------------------------------------------------------------------
46 
47 //------------------------------------------------------------------------------
48 // Include thrid party header files
49 //------------------------------------------------------------------------------
50 
51 //------------------------------------------------------------------------------
52 // Include ConOpSys header files
53 //------------------------------------------------------------------------------
54 
55 #include "CAN2_STM32F429.h"
56 
57 //------------------------------------------------------------------------------
58 // Include ConOpSys application header files
59 //------------------------------------------------------------------------------
60 
61 //------------------------------------------------------------------------------
62 // Global defines
63 //------------------------------------------------------------------------------
64 
65 //------------------------------------------------------------------------------
66 // Global macros
67 //------------------------------------------------------------------------------
68 
69 //! @brief STM32F429 on-chip CAN2 hardware abstraction layer class for P017_39_KG3_CB.
71 {
72 
73  //----------------------------------------------------------------------------
74  // Public defines, methods and variables
75  //----------------------------------------------------------------------------
76 
77  public:
78 
79  //!-------------------------------------------------------------------------
80  //! @brief PIO initialisation method
81  //! @note None
82  //! @return None
83  //! \par Override
84  //! Not allowed
85  //! @attention None
86  //--------------------------------------------------------------------------
87 
88  virtual VOID PIO_Init();
89 
90  //!-------------------------------------------------------------------------
91  //! @brief PIO reinitialisation as GPIO method
92  //! @note None
93  //! @return None
94  //! \par Override
95  //! Not allowed
96  //! @attention None
97  //--------------------------------------------------------------------------
98 
99  virtual VOID PIO_Done();
100 
101  //----------------------------------------------------------------------------
102  // Protected defines, methods and variables
103  //----------------------------------------------------------------------------
104 
105  protected:
106 
107  //----------------------------------------------------------------------------
108  // Private defines, methods and variables
109  //----------------------------------------------------------------------------
110 
111  private:
112 
113 };
114 
115 //------------------------------------------------------------------------------
116 // End Of File
117 //------------------------------------------------------------------------------
STM32F429 on-chip CAN2 module class header file.
void VOID
Datatypesess datatype definition.
Definition: Defines.h:105
STM32F429 on-chip CAN2 hardware abstraction layer class for P017_39_KG3_CB.
Definition: CAN2_P017_39_KG3_CB.h:71
virtual VOID PIO_Init()
PIO initialisation method.
Definition: CAN2_P017_39_KG3_CB.cpp:69
virtual VOID PIO_Done()
PIO reinitialisation as GPIO method.
Definition: CAN2_P017_39_KG3_CB.cpp:119
STM32F429 on-chip CAN1 hardware abstraction layer class.
Definition: CAN2_STM32F429.h:62