LibDriver AS5600
Loading...
Searching...
No Matches
as5600 link driver function

as5600 link driver modules More...

Collaboration diagram for as5600 link driver function:

Macros

#define DRIVER_AS5600_LINK_INIT(HANDLE, STRUCTURE)
 initialize as5600_handle_t structure
#define DRIVER_AS5600_LINK_IIC_INIT(HANDLE, FUC)
 link iic_init function
#define DRIVER_AS5600_LINK_IIC_DEINIT(HANDLE, FUC)
 link iic_deinit function
#define DRIVER_AS5600_LINK_IIC_READ(HANDLE, FUC)
 link iic_read function
#define DRIVER_AS5600_LINK_IIC_WRITE(HANDLE, FUC)
 link iic_write function
#define DRIVER_AS5600_LINK_DELAY_MS(HANDLE, FUC)
 link delay_ms function
#define DRIVER_AS5600_LINK_DEBUG_PRINT(HANDLE, FUC)
 link debug_print function

Detailed Description

as5600 link driver modules

Macro Definition Documentation

◆ DRIVER_AS5600_LINK_DEBUG_PRINT

#define DRIVER_AS5600_LINK_DEBUG_PRINT ( HANDLE,
FUC )
Value:
(HANDLE)->debug_print = FUC

link debug_print function

Parameters
[in]HANDLEpointer to an as5600 handle structure
[in]FUCpointer to a debug_print function address
Note
none

Definition at line 254 of file driver_as5600.h.

◆ DRIVER_AS5600_LINK_DELAY_MS

#define DRIVER_AS5600_LINK_DELAY_MS ( HANDLE,
FUC )
Value:
(HANDLE)->delay_ms = FUC

link delay_ms function

Parameters
[in]HANDLEpointer to an as5600 handle structure
[in]FUCpointer to a delay_ms function address
Note
none

Definition at line 246 of file driver_as5600.h.

◆ DRIVER_AS5600_LINK_IIC_DEINIT

#define DRIVER_AS5600_LINK_IIC_DEINIT ( HANDLE,
FUC )
Value:
(HANDLE)->iic_deinit = FUC

link iic_deinit function

Parameters
[in]HANDLEpointer to an as5600 handle structure
[in]FUCpointer to an iic_deinit function address
Note
none

Definition at line 222 of file driver_as5600.h.

◆ DRIVER_AS5600_LINK_IIC_INIT

#define DRIVER_AS5600_LINK_IIC_INIT ( HANDLE,
FUC )
Value:
(HANDLE)->iic_init = FUC

link iic_init function

Parameters
[in]HANDLEpointer to an as5600 handle structure
[in]FUCpointer to an iic_init function address
Note
none

Definition at line 214 of file driver_as5600.h.

◆ DRIVER_AS5600_LINK_IIC_READ

#define DRIVER_AS5600_LINK_IIC_READ ( HANDLE,
FUC )
Value:
(HANDLE)->iic_read = FUC

link iic_read function

Parameters
[in]HANDLEpointer to an as5600 handle structure
[in]FUCpointer to an iic_read function address
Note
none

Definition at line 230 of file driver_as5600.h.

◆ DRIVER_AS5600_LINK_IIC_WRITE

#define DRIVER_AS5600_LINK_IIC_WRITE ( HANDLE,
FUC )
Value:
(HANDLE)->iic_write = FUC

link iic_write function

Parameters
[in]HANDLEpointer to an as5600 handle structure
[in]FUCpointer to an iic_write function address
Note
none

Definition at line 238 of file driver_as5600.h.

◆ DRIVER_AS5600_LINK_INIT

#define DRIVER_AS5600_LINK_INIT ( HANDLE,
STRUCTURE )
Value:
memset(HANDLE, 0, sizeof(STRUCTURE))

initialize as5600_handle_t structure

Parameters
[in]HANDLEpointer to an as5600 handle structure
[in]STRUCTUREas5600_handle_t
Note
none

Definition at line 206 of file driver_as5600.h.