Home
last modified time | relevance | path

Searched refs:MASTER_SCL_PIN (Results 1 – 4 of 4) sorted by relevance

/hal_nordic-latest/nrfx/samples/src/nrfx_twim_twis/tx_rx_blocking/
Dmain.c58 #define MASTER_SCL_PIN LOOPBACK_PIN_1A macro
116 nrfx_twim_config_t twim_config = NRFX_TWIM_DEFAULT_CONFIG(MASTER_SCL_PIN, MASTER_SDA_PIN); in main()
/hal_nordic-latest/nrfx/samples/src/nrfx_twim_twis/tx_rx_non_blocking/
Dmain.c59 #define MASTER_SCL_PIN LOOPBACK_PIN_1A macro
206 nrfx_twim_config_t twim_config = NRFX_TWIM_DEFAULT_CONFIG(MASTER_SCL_PIN, MASTER_SDA_PIN); in main()
/hal_nordic-latest/nrfx/samples/src/nrfx_twim_twis/txrx/
Dmain.c65 #define MASTER_SCL_PIN LOOPBACK_PIN_1A macro
304 nrfx_twim_config_t twim_config = NRFX_TWIM_DEFAULT_CONFIG(MASTER_SCL_PIN, MASTER_SDA_PIN); in main()
/hal_nordic-latest/nrfx/samples/src/nrfx_twim_twis/txtx/
Dmain.c63 #define MASTER_SCL_PIN LOOPBACK_PIN_1A macro
290 nrfx_twim_config_t twim_config = NRFX_TWIM_DEFAULT_CONFIG(MASTER_SCL_PIN, MASTER_SDA_PIN); in main()