OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:reset_pin
(Results
1 - 3
of
3
) sorted by null
/hardware/bsp/intel/peripheral/libupm/src/nrf8001/
hal_aci_tl.h
88
uint8_t
reset_pin
; //Recommended but optional - Set it to UNUSED when not connected
member in struct:aci_pins_t
nrf8001.cxx
47
aci->aci_pins.
reset_pin
= rst; // 4 for Nordic board, UNUSED for REDBEARLAB_SHIELD_V1_1
hal_aci_tl.cxx
255
if (UNUSED != a_pins_local_ptr->
reset_pin
)
257
// pinMode(a_pins_local_ptr->
reset_pin
, OUTPUT);
366
a_pins->m_rst_ctx = mraa_gpio_init (a_pins->
reset_pin
);
Completed in 935 milliseconds