OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:aci_pins
(Results
1 - 3
of
3
) sorted by null
/hardware/bsp/intel/peripheral/libupm/src/nrf8001/
nrf8001.cxx
43
aci->
aci_pins
.board_name = BOARD_DEFAULT; // See board.h for details REDBEARLAB_SHIELD_V1_1 or BOARD_DEFAULT
44
aci->
aci_pins
.reqn_pin = reqn; // SS for Nordic board, 9 for REDBEARLAB_SHIELD_V1_1
45
aci->
aci_pins
.rdyn_pin = rdyn; // 3 for Nordic board, 8 for REDBEARLAB_SHIELD_V1_1
47
aci->
aci_pins
.reset_pin = rst; // 4 for Nordic board, UNUSED for REDBEARLAB_SHIELD_V1_1
48
aci->
aci_pins
.active_pin = UNUSED;
49
aci->
aci_pins
.optional_chip_sel_pin = UNUSED;
51
aci->
aci_pins
.interface_is_interrupt = false; // Interrupts still not available in Chipkit
52
aci->
aci_pins
.interrupt_number = 1;
61
error = mraa_spi_stop(aci->
aci_pins
.m_spi);
65
error = mraa_gpio_close (aci->
aci_pins
.m_rdy_ctx)
[
all
...]
lib_aci.h
91
aci_pins_t
aci_pins
; /* Pins on the MCU used to connect to the nRF8001 */
member in struct:aci_state_t
lib_aci.cxx
106
if (REDBEARLAB_SHIELD_V1_1 == aci_stat->
aci_pins
.board_name)
200
hal_aci_tl_init (&aci_stat->
aci_pins
, debug);
Completed in 36 milliseconds