nRF5 SDK v11.0.0
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.
|
|
| uint32_t | sda |
|
SDA pin number.
|
|
| uint8_t | interrupt_priority |
|
The priority of interrupt for the module to set.
|
|
Detailed Description
Structure for TWIS configuration.