LibDriver TPL0501
Loading...
Searching...
No Matches
tpl0501 example driver function

tpl0501 example driver modules More...

Collaboration diagram for tpl0501 example driver function:

Functions

uint8_t tpl0501_basic_init (void)
 basic example init
uint8_t tpl0501_basic_deinit (void)
 basic example deinit
uint8_t tpl0501_basic_write (float percentage, float *wl_ohm, float *hw_ohm)
 basic example write

Detailed Description

tpl0501 example driver modules

Function Documentation

◆ tpl0501_basic_deinit()

uint8_t tpl0501_basic_deinit ( void )

basic example deinit

Returns
status code
  • 0 success
  • 1 deinit failed
Note
none

Definition at line 79 of file driver_tpl0501_basic.c.

Here is the call graph for this function:

◆ tpl0501_basic_init()

uint8_t tpl0501_basic_init ( void )

basic example init

Returns
status code
  • 0 success
  • 1 init failed
Note
none

Definition at line 48 of file driver_tpl0501_basic.c.

Here is the call graph for this function:

◆ tpl0501_basic_write()

uint8_t tpl0501_basic_write ( float percentage,
float * wl_ohm,
float * hw_ohm )

basic example write

Parameters
[in]percentageis the set percentage
[out]*wl_ohmpoints to a wl ohm buffer
[out]*hw_ohmpoints to a hw ohm buffer
Returns
status code
  • 0 success
  • 1 write failed
Note
none

Definition at line 100 of file driver_tpl0501_basic.c.

Here is the call graph for this function: