Home
last modified time | relevance | path

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

/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl602/std/include/
A Dbl602_glb.h606 BL_Err_Type GLB_UART_Sig_Swap_Set(uint8_t swapSel);
607 BL_Err_Type GLB_JTAG_Sig_Swap_Set(uint8_t swapSel);
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl602/std/src/
A Dbl602_glb.c1332 BL_Err_Type GLB_UART_Sig_Swap_Set(uint8_t swapSel) in GLB_UART_Sig_Swap_Set() argument
1336 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() argument
1357 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()
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl702/std/include/
A Dbl702_glb.h743 BL_Err_Type GLB_UART_Sig_Swap_Set(uint8_t swapSel);
744 BL_Err_Type GLB_JTAG_Sig_Swap_Set(uint8_t swapSel);
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl702/std/src/
A Dbl702_glb.c2127 BL_Err_Type GLB_UART_Sig_Swap_Set(uint8_t swapSel) in GLB_UART_Sig_Swap_Set() argument
2131 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() argument
2152 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