![]() |
nRF5 SDK
v12.3.0
|
| Choose documentation: | nRF5 SDK | S130 SoftDevice API | S132 SoftDevice API | S212 SoftDevice API | S332 SoftDevice API |
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. | |
Structure for TWIS configuration.