|  | LibDriver AGS02MA
    | 
ags02ma extend driver modules More...
| Functions | |
| uint8_t | ags02ma_set_reg (ags02ma_handle_t *handle, uint8_t reg, uint8_t *buf, uint16_t len) | 
| set the chip register | |
| uint8_t | ags02ma_get_reg (ags02ma_handle_t *handle, uint8_t reg, uint8_t *buf, uint16_t len) | 
| get the chip register | |
ags02ma extend driver modules
| uint8_t ags02ma_get_reg | ( | ags02ma_handle_t * | handle, | 
| uint8_t | reg, | ||
| uint8_t * | buf, | ||
| uint16_t | len ) | 
get the chip register
| [in] | *handle | pointer to an ags02ma handle structure | 
| [in] | reg | register address | 
| [out] | *buf | pointer to a data buffer | 
| [in] | len | length of data buffer | 
Definition at line 575 of file driver_ags02ma.c.
| uint8_t ags02ma_set_reg | ( | ags02ma_handle_t * | handle, | 
| uint8_t | reg, | ||
| uint8_t * | buf, | ||
| uint16_t | len ) | 
set the chip register
| [in] | *handle | pointer to an ags02ma handle structure | 
| [in] | reg | register address | 
| [in] | *buf | pointer to a data buffer | 
| [in] | len | length of data buffer | 
Definition at line 543 of file driver_ags02ma.c.