Revision 21076167 source/alld_tps2051bdbv.c

View differences:

source/alld_tps2051bdbv.c
58 58
 * @param[in]   enable      new state of the pin
59 59
 * @return                  An indicator whether the call was successfull
60 60
 */
61
inline apalExitStatus_t
62
tps2051b_lld_set_enable(const TPS2051BDriver* const tps2051b, const tps2051b_lld_enable_t enable)
61
apalExitStatus_t tps2051b_lld_set_enable(const TPS2051BDriver* const tps2051b, const tps2051b_lld_enable_t enable)
63 62
{
64 63
  apalDbgAssert(tps2051b != NULL);
65 64

  
......
72 71
 * @param[out]  enable      state of the enable pin
73 72
 * @return                  An indicator whether the call was successfull
74 73
 */
75
inline apalExitStatus_t
76
tps2051b_lld_read_enable(const TPS2051BDriver* const tps2051b, tps2051b_lld_enable_t* const enable)
74
apalExitStatus_t tps2051b_lld_read_enable(const TPS2051BDriver* const tps2051b, tps2051b_lld_enable_t* const enable)
77 75
{
78 76
  apalDbgAssert(tps2051b != NULL);
79 77
  apalDbgAssert(enable != NULL);
......
90 88
 * @param[out]  oc          state of the overcurrent pin
91 89
 * @return                  An indicator whether the call was successfull
92 90
 */
93
inline apalExitStatus_t
94
tps2051b_lld_read_overcurrent(const TPS2051BDriver* const tps2051b, tps2051b_lld_overcurrent_t* const oc)
91
apalExitStatus_t tps2051b_lld_read_overcurrent(const TPS2051BDriver* const tps2051b, tps2051b_lld_overcurrent_t* const oc)
95 92
{
96 93
  apalDbgAssert(tps2051b != NULL);
97 94
  apalDbgAssert(oc != NULL);

Also available in: Unified diff