Home
last modified time | relevance | path

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

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/board/amebad/src/hci/
A Dhci_board.c721 uint8_t TestItem; in hci_board_complete() local
752 TestItem = 0; in hci_board_complete()
753 TestItem = GPIO_ReadDataBit( _PB_7 ); /* bit0 */ in hci_board_complete()
754 TestItem |= (GPIO_ReadDataBit( _PA_17 ) << 1); /* bit1 */ in hci_board_complete()
755 TestItem |= (GPIO_ReadDataBit( _PA_19 ) << 2); /* bit2 */ in hci_board_complete()
756 TestItem |= (GPIO_ReadDataBit( _PA_20 ) << 3); /* bit3 */ in hci_board_complete()
757 TestItem |= (GPIO_ReadDataBit( _PA_6 ) << 4); /* bit4 */ in hci_board_complete()
758 hci_board_debug( "TestItem is %d!!!\n", TestItem ); in hci_board_complete()
759 switch ( TestItem ) in hci_board_complete()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/usb_otg/include/
A Ddwc_otg_driver.h118 u8 TestItem; member

Completed in 6 milliseconds