nRF5 SDK v12.1.0
Data Fields
nrf_drv_twis_config_t Struct Reference

Structure for TWIS configuration. More...

#include <nrf_drv_twis.h>

Data Fields

uint32_t addr [2]
 Set addresses that this slave should respond. Set 0 to disable.
 
uint32_t scl
 SCL pin number.
 
nrf_gpio_pin_pull_t scl_pull
 SCL pin pull.
 
uint32_t sda
 SDA pin number.
 
nrf_gpio_pin_pull_t sda_pull
 SDA pin pull.
 
uint8_t interrupt_priority
 The priority of interrupt for the module to set.
 

Detailed Description

Structure for TWIS configuration.


The documentation for this struct was generated from the following file:

Documentation feedback | Developer Zone | Subscribe | Updated