Searched refs:swapSel (Results 1 – 4 of 4) sorted by relevance
606 BL_Err_Type GLB_UART_Sig_Swap_Set(uint8_t swapSel);607 BL_Err_Type GLB_JTAG_Sig_Swap_Set(uint8_t swapSel);
1332 BL_Err_Type GLB_UART_Sig_Swap_Set(uint8_t swapSel) in GLB_UART_Sig_Swap_Set() argument1336 CHECK_PARAM((swapSel <= 0x7)); in GLB_UART_Sig_Swap_Set()1339 tmpVal = BL_SET_REG_BITS_VAL(tmpVal, GLB_UART_SWAP_SET, swapSel); in GLB_UART_Sig_Swap_Set()1353 BL_Err_Type GLB_JTAG_Sig_Swap_Set(uint8_t swapSel) in GLB_JTAG_Sig_Swap_Set() argument1357 CHECK_PARAM((swapSel <= 0x3F)); in GLB_JTAG_Sig_Swap_Set()1360 tmpVal = BL_SET_REG_BITS_VAL(tmpVal, GLB_JTAG_SWAP_SET, swapSel); in GLB_JTAG_Sig_Swap_Set()
743 BL_Err_Type GLB_UART_Sig_Swap_Set(uint8_t swapSel);744 BL_Err_Type GLB_JTAG_Sig_Swap_Set(uint8_t swapSel);
2127 BL_Err_Type GLB_UART_Sig_Swap_Set(uint8_t swapSel) in GLB_UART_Sig_Swap_Set() argument2131 CHECK_PARAM((swapSel <= 0xF)); in GLB_UART_Sig_Swap_Set()2134 tmpVal = BL_SET_REG_BITS_VAL(tmpVal, GLB_UART_SWAP_SET, swapSel); in GLB_UART_Sig_Swap_Set()2148 BL_Err_Type GLB_JTAG_Sig_Swap_Set(uint8_t swapSel) in GLB_JTAG_Sig_Swap_Set() argument2152 CHECK_PARAM((swapSel <= 0xFF)); in GLB_JTAG_Sig_Swap_Set()2155 tmpVal = BL_SET_REG_BITS_VAL(tmpVal, GLB_JTAG_SWAP_SET, swapSel); in GLB_JTAG_Sig_Swap_Set()
Completed in 24 milliseconds