![]() |
nRF5 SDK
v12.3.0
|
| Choose documentation: | nRF5 SDK | S130 SoftDevice API | S132 SoftDevice API | S212 SoftDevice API | S332 SoftDevice API |
Structure for the TWI master driver instance configuration. More...
#include <nrf_drv_twi.h>
Data Fields | |
| uint32_t | scl |
| SCL pin number. | |
| uint32_t | sda |
| SDA pin number. | |
| nrf_twi_frequency_t | frequency |
| TWI frequency. | |
| uint8_t | interrupt_priority |
| Interrupt priority. | |
| bool | clear_bus_init |
| Clear bus during init. | |
| bool | hold_bus_uninit |
| Hold pull up state on gpio pins after uninit. | |
Structure for the TWI master driver instance configuration.