Home
last modified time | relevance | path

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

/btstack/port/msp432p401lp-cc256x/ti/devices/msp432p4xx/driverlib/
H A Dgpio.c95 case GPIO_PRIMARY_MODULE_FUNCTION: in GPIO_setAsPeripheralModuleFunctionOutputPin()
119 case GPIO_PRIMARY_MODULE_FUNCTION: in GPIO_setAsPeripheralModuleFunctionInputPin()
H A Dgpio.h93 #define GPIO_PRIMARY_MODULE_FUNCTION (0x01) macro
/btstack/port/msp432p401lp-cc256x/
H A Dmain.c398 …eripheralModuleFunctionInputPin(BLUETOOTH_TX_PORT, BLUETOOTH_TX_PIN, GPIO_PRIMARY_MODULE_FUNCTION); in hal_uart_dma_init()
399 …eripheralModuleFunctionInputPin(BLUETOOTH_RX_PORT, BLUETOOTH_RX_PIN, GPIO_PRIMARY_MODULE_FUNCTION); in hal_uart_dma_init()