OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_rst_ctx
(Results
1 - 3
of
3
) sorted by null
/hardware/bsp/intel/peripheral/libupm/src/nrf8001/
hal_aci_tl.cxx
264
mraa_gpio_write (a_pins_local_ptr->
m_rst_ctx
, HIGH);
266
mraa_gpio_write (a_pins_local_ptr->
m_rst_ctx
, LOW);
270
mraa_gpio_write (a_pins_local_ptr->
m_rst_ctx
, HIGH);
271
mraa_gpio_write (a_pins_local_ptr->
m_rst_ctx
, LOW);
272
mraa_gpio_write (a_pins_local_ptr->
m_rst_ctx
, HIGH);
366
a_pins->
m_rst_ctx
= mraa_gpio_init (a_pins->reset_pin);
367
if (a_pins->
m_rst_ctx
== NULL) {
382
error = mraa_gpio_dir (a_pins->
m_rst_ctx
, MRAA_GPIO_OUT);
hal_aci_tl.h
77
mraa_gpio_context
m_rst_ctx
;
member in struct:aci_pins_t
nrf8001.cxx
73
error = mraa_gpio_close (aci->aci_pins.
m_rst_ctx
);
Completed in 38 milliseconds