HomeSort by relevance Sort by last modified time
    Searched refs:PIPES_ARRAY_SIZE (Results 1 - 2 of 2) sorted by null

  /hardware/bsp/intel/peripheral/libupm/src/nrf8001/
lib_aci.h 52 #define PIPES_ARRAY_SIZE ((ACI_DEVICE_MAX_PIPES + 7)/8)
106 uint8_t pipes_open_bitmap[PIPES_ARRAY_SIZE]; /* Bitmap -> pipes are open and can be used for sending data over the air */
107 uint8_t pipes_closed_bitmap[PIPES_ARRAY_SIZE]; /* Bitmap -> pipes are closed and cannot be used for sending data over the air */
lib_aci.cxx 183 for (i = 0; i < PIPES_ARRAY_SIZE; i++) {
326 for (i=0; i < PIPES_ARRAY_SIZE; i++)
573 for (i=0; i < PIPES_ARRAY_SIZE; i++)
585 for (i=0; i < PIPES_ARRAY_SIZE; i++)
667 for (i = 0; i < PIPES_ARRAY_SIZE; i++)

Completed in 59 milliseconds