Home
last modified time | relevance | path

Searched refs:aci_pins_t (Results 1 – 3 of 3) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/src/nrf8001/
Dhal_aci_tl.h72 typedef struct aci_pins_t struct
95 } aci_pins_t; argument
104 void hal_aci_tl_init(aci_pins_t *a_pins, bool debug);
Dhal_aci_tl.cxx43 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) in m_aci_pins_set()
329 void hal_aci_tl_init(aci_pins_t *a_pins, bool debug) in hal_aci_tl_init()
Dlib_aci.h91aci_pins_t aci_pins; /* Pins on the MCU used to c…