Revision 21076167 source/alld_tps62113.c
| source/alld_tps62113.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 |
tps62113_lld_get_power_en(const TPS62113Driver* const tps62113, tps62113_lld_power_en_t* const power) |
|
| 61 |
apalExitStatus_t tps62113_lld_get_power_en(const TPS62113Driver* const tps62113, tps62113_lld_power_en_t* const power) |
|
| 63 | 62 |
{
|
| 64 | 63 |
apalDbgAssert(tps62113 != NULL); |
| 65 | 64 |
apalDbgAssert(power != NULL); |
| ... | ... | |
| 76 | 75 |
* @param[in] pinstate new value of the gpio pin |
| 77 | 76 |
* @return An indicator whether the call was successfull |
| 78 | 77 |
*/ |
| 79 |
inline apalExitStatus_t |
|
| 80 |
tps62113_lld_set_power_en(const TPS62113Driver* const tps62113, const tps62113_lld_power_en_t power) |
|
| 78 |
apalExitStatus_t tps62113_lld_set_power_en(const TPS62113Driver* const tps62113, const tps62113_lld_power_en_t power) |
|
| 81 | 79 |
{
|
| 82 | 80 |
apalDbgAssert(tps62113 != NULL); |
| 83 | 81 |
|
Also available in: Unified diff