Home
last modified time | relevance | path

Searched defs:bit (Results 1 – 8 of 8) sorted by relevance

/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/src/bsp/mcu/s1ja/
H A Dbsp_module_stop.c72 uint8_t bit : 5; ///< Which bit in MSTP register member
82 bsp_mstp_bit_t bit; member
/btstack/3rd-party/lwip/core/src/netif/ppp/
H A Dauth.c1047 int bit; in auth_peer_success() local
1137 int bit; in auth_withpeer_success() local
H A Dpppos.c142 int bit; in ppp_get_fcs() local
/btstack/port/renesas-ek-ra6m4a-da14531/e2-project/ra/fsp/src/bsp/mcu/all/
H A Dbsp_irq.c90 uint32_t bit = i % BSP_PRV_BITS_PER_WORD; in bsp_irq_cfg() local
/btstack/3rd-party/lc3-google/test/
H A Dbitstream.py114 def write_bit(self, bit): argument
/btstack/test/sbc/
H A Dsbc.py505 def add_bit(bit): argument
/btstack/src/
H A Dhci.c184 #define X(name, offset, bit) name, argument
2768 #define X(name, offset, bit) { offset, bit }, in hci_store_local_supported_commands() argument
2779 #define X(name, offset, bit) #name, in hci_store_local_supported_commands() argument
/btstack/3rd-party/micro-ecc/
H A DuECC.c523 static uECC_word_t vli_testBit(const uECC_word_t *vli, bitcount_t bit) { in vli_testBit()