Functions | |
| uint16_t | app_gpiote_init (const app_gpiote_param_t *p_params, uint8_t table_cnt) |
| Initialize the APP GPIO Interrupt DRIVER according to the specified parameters in the app_gpiote_param_t and app_gpiote_event_handler_t. More... | |
| void | app_gpiote_deinit (void) |
| De-initialize the APP GPIO Interrupt DRIVER peripheral. | |
| uint16_t | app_gpiote_config (const app_gpiote_param_t *p_config) |
| Config the APP GPIO Interrupt DRIVER according to the specified parameters in the app_gpiote_param_t. More... | |
| uint16_t app_gpiote_config | ( | const app_gpiote_param_t * | p_config | ) |
Config the APP GPIO Interrupt DRIVER according to the specified parameters in the app_gpiote_param_t.
| [in] | p_config | Pointer to app_gpiote_param_t parameter which contains the configuration information for the specified GPIO. |
| uint16_t app_gpiote_init | ( | const app_gpiote_param_t * | p_params, |
| uint8_t | table_cnt | ||
| ) |
Initialize the APP GPIO Interrupt DRIVER according to the specified parameters in the app_gpiote_param_t and app_gpiote_event_handler_t.
| [in] | p_params | Pointer to app_gpiote_param_t parameter which contains the configuration information for the specified GPIO. |
| [in] | table_cnt | Used GPIO number. |