Home
last modified time | relevance | path

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

/btstack/port/msp432p401lp-cc256x/ti/devices/msp432p4xx/driverlib/
H A Ddma.c645 void DMA_assignChannel(uint32_t mapping) in DMA_assignChannel() argument
647 switch (mapping) in DMA_assignChannel()
657 DMA_Channel->CH_SRCCFG[0] = (mapping >> 24) & 0x1F; in DMA_assignChannel()
667 DMA_Channel->CH_SRCCFG[1] = (mapping >> 24) & 0x1F; in DMA_assignChannel()
677 DMA_Channel->CH_SRCCFG[2] = (mapping >> 24) & 0x1F; in DMA_assignChannel()
687 DMA_Channel->CH_SRCCFG[3] = (mapping >> 24) & 0x1F; in DMA_assignChannel()
697 DMA_Channel->CH_SRCCFG[4] = (mapping >> 24) & 0x1F; in DMA_assignChannel()
707 DMA_Channel->CH_SRCCFG[5] = (mapping >> 24) & 0x1F; in DMA_assignChannel()
717 DMA_Channel->CH_SRCCFG[6] = (mapping >> 24) & 0x1F; in DMA_assignChannel()
727 DMA_Channel->CH_SRCCFG[7] = (mapping >> 24) & 0x1F; in DMA_assignChannel()
H A Ddma.h812 extern void DMA_assignChannel(uint32_t mapping);
H A Drom.h688 ((void (*)(uint32_t mapping))ROM_DMATABLE[19])
/btstack/port/posix-h4-da14531/
H A DREADME.md22 the UART is configured via DIP switched. By this, the mapping to the DA14531 GPIOs is fixed. In SDK…
23 GPIO mapping of RTS and CTS is flipped. In order to be able to us the same HCI firmware on both dev…
/btstack/test/fuzz/
H A DCMakeLists.txt109 add_compile_options( -g -fsanitize=fuzzer,address -fprofile-instr-generate -fcoverage-mapping)
110 add_link_options( -fsanitize=fuzzer,address -fprofile-instr-generate -fcoverage-mapping)
/btstack/port/libusb/
H A DREADME.md76 The chipset support contains a mapping between USB Product ID and ( Patch, Configuration ) files. I…
/btstack/src/
H A Dhci.c6553 … const uint16_t mapping[] = { 0x13, 0x15, 0x1D, 0x12, 0x10 }; in hci_run_general_gap_le() local
6554 if (hci_stack->le_advertisements_type < (sizeof(mapping)/sizeof(uint16_t))){ in hci_run_general_gap_le()
6555 adv_event_properties = mapping[hci_stack->le_advertisements_type]; in hci_run_general_gap_le()