nrfx 3.3
Data Fields
nrfy_twim_config_t Struct Reference

TWIM configuration structure. More...

#include <nrfy_twim.h>

Data Fields

nrfy_twim_pins_t pins
 TWIM pins configuation.
 
nrf_twim_frequency_t frequency
 TWIM frequency.
 
bool skip_psel_cfg
 Skip pin selection configuration.
 

Detailed Description

TWIM configuration structure.

Field Documentation

◆ skip_psel_cfg

bool nrfy_twim_config_t::skip_psel_cfg

Skip pin selection configuration.

When set to true, the driver does not modify pin select registers in the peripheral. Those registers are supposed to be set up externally before the driver is initialized.

Note
When both GPIO configuration and pin selection are to be skipped, the structure fields that specify pins can be omitted, as they are ignored anyway.

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

Documentation feedback | Developer Zone | Subscribe | Updated