Revision 21076167 source/alld_a3906.c

View differences:

source/alld_a3906.c
59 59
 *
60 60
 * @return The return status indicates whether the function call was successfull.
61 61
 */
62
inline apalExitStatus_t
63
a3906_lld_set_power(const A3906Driver* const a3906, const a3906_lld_power_t power_state)
62
apalExitStatus_t a3906_lld_set_power(const A3906Driver* const a3906, const a3906_lld_power_t power_state)
64 63
{
65 64
  apalDbgAssert(a3906 != NULL);
66 65

  
......
76 75
 *
77 76
 * @return The return status indicates whether the function call was successfull.
78 77
 */
79
inline apalExitStatus_t
80
a3906_lld_get_power(const A3906Driver* const a3906, a3906_lld_power_t* const power_state)
78
apalExitStatus_t a3906_lld_get_power(const A3906Driver* const a3906, a3906_lld_power_t* const power_state)
81 79
{
82 80
  apalDbgAssert(a3906 != NULL);
83 81
  apalDbgAssert(power_state != NULL);
......
98 96
 *
99 97
 * @return The return status indicates whether the function call was successfull.
100 98
 */
101
inline apalExitStatus_t
102
a3906_lld_set_pwm(apalPWMDriver_t* pwm, const apalPWMchannel_t channel, const apalPWMwidth_t width)
99
apalExitStatus_t a3906_lld_set_pwm(apalPWMDriver_t* pwm, const apalPWMchannel_t channel, const apalPWMwidth_t width)
103 100
{
104 101
  apalDbgAssert(pwm != NULL);
105 102

  

Also available in: Unified diff