Home
last modified time | relevance | path

Searched refs:nrfx_twis_config_t (Results 1 – 6 of 6) sorted by relevance

/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_twis.h152 } nrfx_twis_config_t; typedef
199 nrfx_twis_config_t const * p_config,
213 nrfx_twis_config_t const * p_config);
/hal_nordic-latest/nrfx/samples/src/nrfx_twim_twis/tx_rx_blocking/
Dmain.c120 nrfx_twis_config_t twis_config = NRFX_TWIS_DEFAULT_CONFIG(SLAVE_SCL_PIN, in main()
/hal_nordic-latest/nrfx/samples/src/nrfx_twim_twis/tx_rx_non_blocking/
Dmain.c210 nrfx_twis_config_t twis_config = NRFX_TWIS_DEFAULT_CONFIG(SLAVE_SCL_PIN, in main()
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_twis.c443 nrfx_twis_config_t const * p_config) in twis_configure()
489 nrfx_twis_config_t const * p_config, in nrfx_twis_init()
566 nrfx_twis_config_t const * p_config) in nrfx_twis_reconfigure()
/hal_nordic-latest/nrfx/samples/src/nrfx_twim_twis/txrx/
Dmain.c308 nrfx_twis_config_t twis_config = NRFX_TWIS_DEFAULT_CONFIG(SLAVE_SCL_PIN, in main()
/hal_nordic-latest/nrfx/samples/src/nrfx_twim_twis/txtx/
Dmain.c294 nrfx_twis_config_t twis_config = NRFX_TWIS_DEFAULT_CONFIG(SLAVE_SCL_PIN, in main()