Searched refs:selectedPins (Results 1 – 3 of 3) sorted by relevance
/hal_ti-3.4.0/simplelink/source/ti/devices/msp432p4xx/driverlib/ |
D | gpio.c | 65 void GPIO_setAsOutputPin(uint_fast8_t selectedPort, uint_fast16_t selectedPins) in GPIO_setAsOutputPin() argument 69 HWREG16(baseAddress + OFS_LIB_PASEL0) &= ~selectedPins; in GPIO_setAsOutputPin() 70 HWREG16(baseAddress + OFS_LIB_PASEL1) &= ~selectedPins; in GPIO_setAsOutputPin() 71 HWREG16(baseAddress + OFS_LIB_PADIR) |= selectedPins; in GPIO_setAsOutputPin() 75 void GPIO_setAsInputPin(uint_fast8_t selectedPort, uint_fast16_t selectedPins) in GPIO_setAsInputPin() argument 79 HWREG16(baseAddress + OFS_LIB_PASEL0) &= ~selectedPins; in GPIO_setAsInputPin() 80 HWREG16(baseAddress + OFS_LIB_PASEL1) &= ~selectedPins; in GPIO_setAsInputPin() 81 HWREG16(baseAddress + OFS_LIB_PADIR) &= ~selectedPins; in GPIO_setAsInputPin() 82 HWREG16(baseAddress + OFS_LIB_PAREN) &= ~selectedPins; in GPIO_setAsInputPin() 87 uint_fast16_t selectedPins, uint_fast8_t mode) in GPIO_setAsPeripheralModuleFunctionOutputPin() argument [all …]
|
D | gpio.h | 168 uint_fast16_t selectedPins); 216 uint_fast16_t selectedPins); 275 uint_fast8_t selectedPort, uint_fast16_t selectedPins, 335 uint_fast8_t selectedPort, uint_fast16_t selectedPins, 383 uint_fast16_t selectedPins); 428 uint_fast16_t selectedPins); 475 uint_fast16_t selectedPins); 524 uint_fast16_t selectedPins); 573 uint_fast16_t selectedPins); 621 uint_fast16_t selectedPins); [all …]
|
D | rom.h | 970 uint_fast16_t selectedPins))ROM_GPIOTABLE[0]) 976 uint_fast16_t selectedPins))ROM_GPIOTABLE[1]) 982 uint_fast16_t selectedPins))ROM_GPIOTABLE[2]) 988 uint_fast16_t selectedPins))ROM_GPIOTABLE[3]) 994 uint_fast16_t selectedPins))ROM_GPIOTABLE[4]) 1000 uint_fast16_t selectedPins))ROM_GPIOTABLE[5]) 1006 uint_fast16_t selectedPins, \ 1013 uint_fast16_t selectedPins, \ 1020 uint_fast16_t selectedPins))ROM_GPIOTABLE[8]) 1026 uint_fast16_t selectedPins, \ [all …]
|