Revision 21076167 source/alld_bq24103a.c

View differences:

source/alld_bq24103a.c
57 57
 * @param[out]  pinstate    current value of the gpio pin
58 58
 * @return                  An indicator whether the call was successfull
59 59
 */
60
inline apalExitStatus_t
61
bq24103a_lld_get_enabled(const BQ24103ADriver* const bq24103a, bq24103a_lld_enable_t* const enable)
60
apalExitStatus_t bq24103a_lld_get_enabled(const BQ24103ADriver* const bq24103a, bq24103a_lld_enable_t* const enable)
62 61
{
63 62
  apalDbgAssert(bq24103a != NULL);
64 63
  apalDbgAssert(enable != NULL);
......
75 74
 * @param[in]   pinstate    new value of the gpio pin
76 75
 * @return                  An indicator whether the call was successfull
77 76
 */
78
inline apalExitStatus_t
79
bq24103a_lld_set_enabled(const BQ24103ADriver* const bq24103a, const bq24103a_lld_enable_t enable)
77
apalExitStatus_t bq24103a_lld_set_enabled(const BQ24103ADriver* const bq24103a, const bq24103a_lld_enable_t enable)
80 78
{
81 79
  apalDbgAssert(bq24103a != NULL);
82 80

  
......
89 87
 * @param[out]  pinstate    current value of the gpio pin
90 88
 * @return                  An indicator whether the call was successfull
91 89
 */
92
inline apalExitStatus_t
93
bq24103a_lld_get_charge_status(const BQ24103ADriver* const bq24103a, bq24103a_lld_charge_state_t* const charge)
90
apalExitStatus_t bq24103a_lld_get_charge_status(const BQ24103ADriver* const bq24103a, bq24103a_lld_charge_state_t* const charge)
94 91
{
95 92
  apalDbgAssert(bq24103a != NULL);
96 93
  apalDbgAssert(charge != NULL);

Also available in: Unified diff