Smart Remote 3 nRF52 v1.2
Modules | Functions
Touchpad module

Functions for configuring the touchpad module. More...

Modules

 Touchpad driver
 Touchpad driver API.
 

Functions

ret_code_t m_touchpad_disable (void)
 Function for disabling the touchpad. More...
 
ret_code_t m_touchpad_enable (void)
 Function for enabling the touchpad. More...
 
bool m_touchpad_event_handler (const event_t *p_event)
 Event bus event handler. More...
 
ret_code_t m_touchpad_init (void)
 Function for initializing the touchpad. More...
 

Detailed Description

Functions for configuring the touchpad module.

Function Documentation

ret_code_t m_touchpad_disable ( void  )

Function for disabling the touchpad.

Return values
NRF_SUCCESS
NRF_ERROR_INTERNAL
ret_code_t m_touchpad_enable ( void  )

Function for enabling the touchpad.

Return values
NRF_SUCCESS
NRF_ERROR_INTERNAL
bool m_touchpad_event_handler ( const event_t *  p_event)

Event bus event handler.

Parameters
[in]p_eventPointer to the event structure.
Returns
True if further processing of the given event should be abandoned.
ret_code_t m_touchpad_init ( void  )

Function for initializing the touchpad.

Return values
NRF_SUCCESS
NRF_ERROR_INVALID_PARAM

Documentation feedback | Developer Zone | Subscribe | Updated