Revision 21076167 source/alld_ltc4412.c

View differences:

source/alld_ltc4412.c
58 58
 * @param[out]  pinstate    current value of the gpio pin
59 59
 * @return                  An indicator whether the call was successfull
60 60
 */
61
inline apalExitStatus_t
62
ltc4412_lld_get_ctrl(const LTC4412Driver* const ltc4412, ltc4412_lld_ctrl_t* const ctrl)
61
apalExitStatus_t ltc4412_lld_get_ctrl(const LTC4412Driver* const ltc4412, ltc4412_lld_ctrl_t* const ctrl)
63 62
{
64 63
  apalDbgAssert(ltc4412 != NULL);
65 64
  apalDbgAssert(ctrl != NULL);
......
76 75
 * @param[in]   ctrl        new value of the gpio pin
77 76
 * @return                  An indicator whether the call was successfull
78 77
 */
79
inline apalExitStatus_t
80
ltc4412_lld_set_ctrl(const LTC4412Driver* const ltc4412, const ltc4412_lld_ctrl_t ctrl)
78
apalExitStatus_t ltc4412_lld_set_ctrl(const LTC4412Driver* const ltc4412, const ltc4412_lld_ctrl_t ctrl)
81 79
{
82 80
  apalDbgAssert(ltc4412 != NULL);
83 81

  
......
90 88
 * @param[out]  pinstate    current value of the gpio pin
91 89
 * @return                  An indicator whether the call was successfull
92 90
 */
93
inline apalExitStatus_t
94
ltc4412_lld_get_stat(const LTC4412Driver* const ltc4412, ltc4412_lld_stat_t* const stat)
91
apalExitStatus_t ltc4412_lld_get_stat(const LTC4412Driver* const ltc4412, ltc4412_lld_stat_t* const stat)
95 92
{
96 93
  apalDbgAssert(ltc4412 != NULL);
97 94
  apalDbgAssert(stat != NULL);

Also available in: Unified diff