Home
last modified time | relevance | path

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

/hardware/bsp/intel/peripheral/libupm/src/nrf8001/
Dlib_aci.cxx72 uint8_t byte_idx; in lib_aci_is_pipe_available() local
74 byte_idx = pipe / 8; in lib_aci_is_pipe_available()
75 if (aci_stat->pipes_open_bitmap[byte_idx] & (0x01 << (pipe % 8))) in lib_aci_is_pipe_available()
85 uint8_t byte_idx; in lib_aci_is_pipe_closed() local
87 byte_idx = pipe / 8; in lib_aci_is_pipe_closed()
88 if (aci_stat->pipes_closed_bitmap[byte_idx] & (0x01 << (pipe % 8))) in lib_aci_is_pipe_closed()
678 uint8_t byte_idx = pipe / 8; in lib_aci_open_adv_pipe() local
680 aci_cmd_params_open_adv_pipe.pipes[byte_idx] |= (0x01 << (pipe % 8)); in lib_aci_open_adv_pipe()