Revision 21076167 source/alld_pklcs1212e4001.c

View differences:

source/alld_pklcs1212e4001.c
57 57
 * @param[in] pwm   The PWM driver to check.
58 58
 * @return  The return status indicates whether the function call was successful.
59 59
 */
60
inline apalExitStatus_t
61
pklcs1212e4001_lld_checkPWMconfiguration(apalPWMDriver_t* pwm)
60
apalExitStatus_t pklcs1212e4001_lld_checkPWMconfiguration(apalPWMDriver_t* pwm)
62 61
{
63 62
  apalDbgAssert(pwm != NULL);
64 63

  
......
85 84
 * @param[in] enable    Specifies whether the buzzer shall be turned on (true) or off (false).
86 85
 * @return  The return status indicates whether the function call was successful.
87 86
 */
88
inline apalExitStatus_t
89
pklcs1212e4001_lld_enable(apalPWMDriver_t* pwm, const apalPWMchannel_t channel, const bool enable)
87
apalExitStatus_t pklcs1212e4001_lld_enable(apalPWMDriver_t* pwm, const apalPWMchannel_t channel, const bool enable)
90 88
{
91 89
  apalDbgAssert(pwm != NULL);
92 90

  

Also available in: Unified diff