captouch6 2.1.0.0
|
API for configuring and manipulating Cap Touch 6 Click driver. More...
Topics | |
Cap Touch 6 MikroBUS Map | |
MikroBUS pin mapping of Cap Touch 6 Click driver. | |
Functions | |
void | captouch6_cfg_setup (captouch6_cfg_t *cfg) |
Cap Touch 6 configuration object setup function. | |
err_t | captouch6_init (captouch6_t *ctx, captouch6_cfg_t *cfg) |
Cap Touch 6 initialization function. | |
uint8_t | captouch6_get_tout_pin (captouch6_t *ctx) |
Cap Touch 6 get tout pin function. | |
uint8_t | captouch6_get_pout_pin (captouch6_t *ctx) |
Cap Touch 6 get pout pin function. | |
API for configuring and manipulating Cap Touch 6 Click driver.
Any initialization code needed for MCU to function properly. Do not remove this line or clock might not be set correctly.
void captouch6_cfg_setup | ( | captouch6_cfg_t * | cfg | ) |
Cap Touch 6 configuration object setup function.
This function initializes click configuration structure to initial values.
[out] | cfg | : Click configuration structure. See captouch6_cfg_t object definition for detailed explanation. |
uint8_t captouch6_get_pout_pin | ( | captouch6_t * | ctx | ) |
Cap Touch 6 get pout pin function.
This function returns the POUT pin logic state.
[in] | ctx | : Click context object. See captouch6_t object definition for detailed explanation. |
0
- Low pin state, 1
- High pin state. uint8_t captouch6_get_tout_pin | ( | captouch6_t * | ctx | ) |
Cap Touch 6 get tout pin function.
This function returns the TOUT pin logic state.
[in] | ctx | : Click context object. See captouch6_t object definition for detailed explanation. |
0
- Low pin state, 1
- High pin state. err_t captouch6_init | ( | captouch6_t * | ctx, |
captouch6_cfg_t * | cfg ) |
Cap Touch 6 initialization function.
This function initializes all necessary pins and peripherals used for this click board.
[out] | ctx | : Click context object. See captouch6_t object definition for detailed explanation. |
[in] | cfg | : Click configuration structure. See captouch6_cfg_t object definition for detailed explanation. |
0
- Success, -1
- Error. See #err_t definition for detailed explanation.