Searched refs:sda (Results 1 – 7 of 7) sorted by relevance
| /external/platform/nrfx/drivers/include/ |
| A D | nrfx_twis.h | 142 uint32_t sda; //!< SDA pin number. member 165 .sda = _pin_sda, \
|
| A D | nrfx_twi.h | 82 uint32_t sda; ///< SDA pin number. member 101 .sda = _pin_sda, \
|
| A D | nrfx_twim.h | 86 uint32_t sda; ///< SDA pin number. member 105 .sda = _pin_sda, \
|
| /external/platform/nrfx/hal/ |
| A D | nrf_twis.h | 322 NRF_STATIC_INLINE void nrf_twis_pins_set(NRF_TWIS_Type * p_reg, uint32_t scl, uint32_t sda); 682 NRF_STATIC_INLINE void nrf_twis_pins_set(NRF_TWIS_Type * p_reg, uint32_t scl, uint32_t sda) in nrf_twis_pins_set() argument 685 p_reg->PSEL.SDA = sda; in nrf_twis_pins_set()
|
| /external/platform/nrfx/drivers/src/ |
| A D | nrfx_twis.c | 460 NRFX_ASSERT(p_config->scl != p_config->sda); in nrfx_twis_init() 507 nrfx_twis_config_pin(p_config->sda, p_config->sda_pull); in nrfx_twis_init() 534 nrf_twis_pins_set (p_reg, p_config->scl, p_config->sda); in nrfx_twis_init()
|
| A D | nrfx_twi.c | 162 NRFX_ASSERT(p_config->scl != p_config->sda); in nrfx_twi_init() 208 TWI_PIN_INIT(p_config->sda); in nrfx_twi_init() 211 nrf_twi_pins_set(p_twi, p_config->scl, p_config->sda); in nrfx_twi_init()
|
| A D | nrfx_twim.c | 223 NRFX_ASSERT(p_config->scl != p_config->sda); in nrfx_twim_init() 277 TWIM_PIN_INIT(p_config->sda); in nrfx_twim_init() 280 nrf_twim_pins_set(p_twim, p_config->scl, p_config->sda); in nrfx_twim_init()
|
Completed in 15 milliseconds