OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:aci_pins_t
(Results
1 - 3
of
3
) sorted by null
/hardware/bsp/intel/peripheral/libupm/src/nrf8001/
hal_aci_tl.h
72
typedef struct
aci_pins_t
struct
95
}
aci_pins_t
;
typedef in typeref:struct:aci_pins_t
104
void hal_aci_tl_init(
aci_pins_t
*a_pins, bool debug);
154
* The function handles the exceptions based on the board_name in
aci_pins_t
hal_aci_tl.cxx
43
static void m_aci_pins_set(
aci_pins_t
*a_pins_ptr);
56
static
aci_pins_t
*a_pins_local_ptr;
182
static void m_aci_pins_set(
aci_pins_t
*a_pins_ptr)
329
void hal_aci_tl_init(
aci_pins_t
*a_pins, bool debug)
lib_aci.h
91
aci_pins_t
aci_pins; /* Pins on the MCU used to connect to the nRF8001 */
Completed in 41 milliseconds