LibDriver AOX4000
Loading...
Searching...
No Matches
aox4000 extern driver function

aox4000 extern driver modules More...

Collaboration diagram for aox4000 extern driver function:

Functions

uint8_t aox4000_command_read (aox4000_handle_t *handle, char *buf, uint16_t len)
 command read
uint8_t aox4000_command_write (aox4000_handle_t *handle, char *buf, uint16_t len)
 command write

Detailed Description

aox4000 extern driver modules

Function Documentation

◆ aox4000_command_read()

uint8_t aox4000_command_read ( aox4000_handle_t * handle,
char * buf,
uint16_t len )

command read

Parameters
[in]*handlepointer to an aox4000 handle structure
[out]*bufpointer to a data buffer
[in]lenbuffer length
Returns
status code
  • 0 success
  • 1 command read failed
  • 2 handle is NULL
  • 3 handle is not initialized
Note
none

Definition at line 1087 of file driver_aox4000.c.

◆ aox4000_command_write()

uint8_t aox4000_command_write ( aox4000_handle_t * handle,
char * buf,
uint16_t len )

command write

Parameters
[in]*handlepointer to an aox4000 handle structure
[in]*bufpointer to a data buffer
[in]lenbuffer length
Returns
status code
  • 0 success
  • 1 command write failed
  • 2 handle is NULL
  • 3 handle is not initialized
Note
none

Definition at line 1123 of file driver_aox4000.c.