LibDriver EM4095
Loading...
Searching...
No Matches
em4095 link driver function

em4095 link driver modules More...

Collaboration diagram for em4095 link driver function:

Macros

#define DRIVER_EM4095_LINK_INIT(HANDLE, STRUCTURE)
 initialize em4095_handle_t structure
#define DRIVER_EM4095_LINK_SHD_GPIO_INIT(HANDLE, FUC)
 link shd_gpio_init function
#define DRIVER_EM4095_LINK_SHD_GPIO_DEINIT(HANDLE, FUC)
 link shd_gpio_deinit function
#define DRIVER_EM4095_LINK_SHD_GPIO_WRITE(HANDLE, FUC)
 link shd_gpio_write function
#define DRIVER_EM4095_LINK_MOD_GPIO_INIT(HANDLE, FUC)
 link mod_gpio_init function
#define DRIVER_EM4095_LINK_MOD_GPIO_DEINIT(HANDLE, FUC)
 link mod_gpio_deinit function
#define DRIVER_EM4095_LINK_MOD_GPIO_WRITE(HANDLE, FUC)
 link mod_gpio_write function
#define DRIVER_EM4095_LINK_DEMOD_GPIO_INIT(HANDLE, FUC)
 link demod_gpio_init function
#define DRIVER_EM4095_LINK_DEMOD_GPIO_DEINIT(HANDLE, FUC)
 link demod_gpio_deinit function
#define DRIVER_EM4095_LINK_DEMOD_GPIO_READ(HANDLE, FUC)
 link demod_gpio_read function
#define DRIVER_EM4095_LINK_TIMESTAMP_READ(HANDLE, FUC)
 link timestamp_read function
#define DRIVER_EM4095_LINK_DELAY_MS(HANDLE, FUC)
 link delay_ms function
#define DRIVER_EM4095_LINK_DEBUG_PRINT(HANDLE, FUC)
 link debug_print function
#define DRIVER_EM4095_LINK_RECEIVE_CALLBACK(HANDLE, FUC)
 link receive_callback function

Detailed Description

em4095 link driver modules

Macro Definition Documentation

◆ DRIVER_EM4095_LINK_DEBUG_PRINT

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

link debug_print function

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

Definition at line 256 of file driver_em4095.h.

◆ DRIVER_EM4095_LINK_DELAY_MS

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

link delay_ms function

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

Definition at line 248 of file driver_em4095.h.

◆ DRIVER_EM4095_LINK_DEMOD_GPIO_DEINIT

#define DRIVER_EM4095_LINK_DEMOD_GPIO_DEINIT ( HANDLE,
FUC )
Value:
(HANDLE)->demod_gpio_deinit = FUC

link demod_gpio_deinit function

Parameters
[in]HANDLEpointer to an em4095 handle structure
[in]FUCpointer to a demod_gpio_deinit function address
Note
none

Definition at line 224 of file driver_em4095.h.

◆ DRIVER_EM4095_LINK_DEMOD_GPIO_INIT

#define DRIVER_EM4095_LINK_DEMOD_GPIO_INIT ( HANDLE,
FUC )
Value:
(HANDLE)->demod_gpio_init = FUC

link demod_gpio_init function

Parameters
[in]HANDLEpointer to an em4095 handle structure
[in]FUCpointer to a demod_gpio_init function address
Note
none

Definition at line 216 of file driver_em4095.h.

◆ DRIVER_EM4095_LINK_DEMOD_GPIO_READ

#define DRIVER_EM4095_LINK_DEMOD_GPIO_READ ( HANDLE,
FUC )
Value:
(HANDLE)->demod_gpio_read = FUC

link demod_gpio_read function

Parameters
[in]HANDLEpointer to an em4095 handle structure
[in]FUCpointer to a demod_gpio_read function address
Note
none

Definition at line 232 of file driver_em4095.h.

◆ DRIVER_EM4095_LINK_INIT

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

initialize em4095_handle_t structure

Parameters
[in]HANDLEpointer to an em4095 handle structure
[in]STRUCTUREem4095_handle_t
Note
none

Definition at line 160 of file driver_em4095.h.

◆ DRIVER_EM4095_LINK_MOD_GPIO_DEINIT

#define DRIVER_EM4095_LINK_MOD_GPIO_DEINIT ( HANDLE,
FUC )
Value:
(HANDLE)->mod_gpio_deinit = FUC

link mod_gpio_deinit function

Parameters
[in]HANDLEpointer to an em4095 handle structure
[in]FUCpointer to a mod_gpio_deinit function address
Note
none

Definition at line 200 of file driver_em4095.h.

◆ DRIVER_EM4095_LINK_MOD_GPIO_INIT

#define DRIVER_EM4095_LINK_MOD_GPIO_INIT ( HANDLE,
FUC )
Value:
(HANDLE)->mod_gpio_init = FUC

link mod_gpio_init function

Parameters
[in]HANDLEpointer to an em4095 handle structure
[in]FUCpointer to a mod_gpio_init function address
Note
none

Definition at line 192 of file driver_em4095.h.

◆ DRIVER_EM4095_LINK_MOD_GPIO_WRITE

#define DRIVER_EM4095_LINK_MOD_GPIO_WRITE ( HANDLE,
FUC )
Value:
(HANDLE)->mod_gpio_write = FUC

link mod_gpio_write function

Parameters
[in]HANDLEpointer to an em4095 handle structure
[in]FUCpointer to a mod_gpio_write function address
Note
none

Definition at line 208 of file driver_em4095.h.

◆ DRIVER_EM4095_LINK_RECEIVE_CALLBACK

#define DRIVER_EM4095_LINK_RECEIVE_CALLBACK ( HANDLE,
FUC )
Value:
(HANDLE)->receive_callback = FUC

link receive_callback function

Parameters
[in]HANDLEpointer to an em4095 handle structure
[in]FUCpointer to a receive_callback function address
Note
none

Definition at line 264 of file driver_em4095.h.

◆ DRIVER_EM4095_LINK_SHD_GPIO_DEINIT

#define DRIVER_EM4095_LINK_SHD_GPIO_DEINIT ( HANDLE,
FUC )
Value:
(HANDLE)->shd_gpio_deinit = FUC

link shd_gpio_deinit function

Parameters
[in]HANDLEpointer to an em4095 handle structure
[in]FUCpointer to a shd_gpio_deinit function address
Note
none

Definition at line 176 of file driver_em4095.h.

◆ DRIVER_EM4095_LINK_SHD_GPIO_INIT

#define DRIVER_EM4095_LINK_SHD_GPIO_INIT ( HANDLE,
FUC )
Value:
(HANDLE)->shd_gpio_init = FUC

link shd_gpio_init function

Parameters
[in]HANDLEpointer to an em4095 handle structure
[in]FUCpointer to a shd_gpio_init function address
Note
none

Definition at line 168 of file driver_em4095.h.

◆ DRIVER_EM4095_LINK_SHD_GPIO_WRITE

#define DRIVER_EM4095_LINK_SHD_GPIO_WRITE ( HANDLE,
FUC )
Value:
(HANDLE)->shd_gpio_write = FUC

link shd_gpio_write function

Parameters
[in]HANDLEpointer to an em4095 handle structure
[in]FUCpointer to a shd_gpio_write function address
Note
none

Definition at line 184 of file driver_em4095.h.

◆ DRIVER_EM4095_LINK_TIMESTAMP_READ

#define DRIVER_EM4095_LINK_TIMESTAMP_READ ( HANDLE,
FUC )
Value:
(HANDLE)->timestamp_read = FUC

link timestamp_read function

Parameters
[in]HANDLEpointer to an em4095 handle structure
[in]FUCpointer to a timestamp_read function address
Note
none

Definition at line 240 of file driver_em4095.h.