nRF51 SDK - S110 SoftDevice
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
nrf_drv_twi_t Struct Reference

TWI driver instance structure. More...

#include <nrf_drv_twi.h>

Data Fields

NRF_TWI_Type * p_reg
 
IRQn_Type irq
 
uint8_t instance_id
 

Detailed Description

TWI driver instance structure.

Field Documentation

uint8_t nrf_drv_twi_t::instance_id

Instance index.

IRQn_Type nrf_drv_twi_t::irq

Instance IRQ ID.

NRF_TWI_Type* nrf_drv_twi_t::p_reg

Pointer to the instance register set.