Home
last modified time | relevance | path

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

/hal_quicklogic-latest/HAL/src/
Deoss3_hal_pad_config.c113 uint8_t ucCount, ucIdx; in HAL_PAD_Config() local
177 for(ucCount=0;ucCount<IO_MUX_MAX;ucCount++) in HAL_PAD_Config()
179 if(IO_INPUT_PAD_SEL[ucIdx][ucCount] == pxPadInit->ucPin) in HAL_PAD_Config()
185 *pExtRegAddr |= ucCount << ucIdx; in HAL_PAD_Config()
204 for(ucCount = 1; ucCount < EXT_REGS_PADS_VARS_MAX; ucCount++) in HAL_PAD_Config()
207 if(SEL_EXT_PAD_REGS[(uiExtRegAddr - EXT_REG_OFFSET_BASE)/4][ucCount] == pxPadInit->ucPin) in HAL_PAD_Config()
211 *pExtRegAddr = ucCount; in HAL_PAD_Config()