30 #if FEATURE_SOC_PORT_COUNT > 0
46 uint32_t combine = lowPinSelect;
47 combine = (combine << 16U) + config;
48 base->
GPCLR = combine;
61 uint32_t combine = highPinSelect;
62 combine = (combine << 16U) + config;
63 base->
GPCHR = combine;
void PORT_HAL_SetHighGlobalPinCtrlCmd(PORT_Type *const base, const uint16_t highPinSelect, const uint16_t config)
Configures the high half of pin control register for the same settings. This function operates pin 16...
void PORT_HAL_SetLowGlobalPinCtrlCmd(PORT_Type *const base, const uint16_t lowPinSelect, const uint16_t config)
Configures the low half of the pin control register for the same settings. This function operates pin...