LibDriver SHT4X
Loading...
Searching...
No Matches
sht4x link driver function

sht4x link driver modules More...

Collaboration diagram for sht4x link driver function:

Macros

#define DRIVER_SHT4X_LINK_INIT(HANDLE, STRUCTURE)
 initialize sht4x_handle_t structure
#define DRIVER_SHT4X_LINK_IIC_INIT(HANDLE, FUC)
 link iic_init function
#define DRIVER_SHT4X_LINK_IIC_DEINIT(HANDLE, FUC)
 link iic_deinit function
#define DRIVER_SHT4X_LINK_IIC_READ_COMMAND(HANDLE, FUC)
 link iic_read_cmd function
#define DRIVER_SHT4X_LINK_IIC_WRITE_COMMAND(HANDLE, FUC)
 link iic_write_cmd function
#define DRIVER_SHT4X_LINK_DELAY_MS(HANDLE, FUC)
 link delay_ms function
#define DRIVER_SHT4X_LINK_DEBUG_PRINT(HANDLE, FUC)
 link debug_print function

Detailed Description

sht4x link driver modules

Macro Definition Documentation

◆ DRIVER_SHT4X_LINK_DEBUG_PRINT

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

link debug_print function

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

Definition at line 181 of file driver_sht4x.h.

◆ DRIVER_SHT4X_LINK_DELAY_MS

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

link delay_ms function

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

Definition at line 173 of file driver_sht4x.h.

◆ DRIVER_SHT4X_LINK_IIC_DEINIT

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

link iic_deinit function

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

Definition at line 149 of file driver_sht4x.h.

◆ DRIVER_SHT4X_LINK_IIC_INIT

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

link iic_init function

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

Definition at line 141 of file driver_sht4x.h.

◆ DRIVER_SHT4X_LINK_IIC_READ_COMMAND

#define DRIVER_SHT4X_LINK_IIC_READ_COMMAND ( HANDLE,
FUC )
Value:
(HANDLE)->iic_read_cmd = FUC

link iic_read_cmd function

Parameters
[in]HANDLEpointer to an sht4x handle structure
[in]FUCpointer to an iic_read_cmd function address
Note
none

Definition at line 157 of file driver_sht4x.h.

◆ DRIVER_SHT4X_LINK_IIC_WRITE_COMMAND

#define DRIVER_SHT4X_LINK_IIC_WRITE_COMMAND ( HANDLE,
FUC )
Value:
(HANDLE)->iic_write_cmd = FUC

link iic_write_cmd function

Parameters
[in]HANDLEpointer to an sht4x handle structure
[in]FUCpointer to an iic_write_cmd function address
Note
none

Definition at line 165 of file driver_sht4x.h.

◆ DRIVER_SHT4X_LINK_INIT

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

initialize sht4x_handle_t structure

Parameters
[in]HANDLEpointer to an sht4x handle structure
[in]STRUCTUREsht4x_handle_t
Note
none

Definition at line 133 of file driver_sht4x.h.