Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/boards/lpcxpresso802/project_template/
Dpin_mux.c200 SWM_SetMovablePinSelect(SWM0, kSWM_USART0_TXD, kSWM_PortPin_P0_4); in BOARD_InitDEBUG_UARTPins()
203 SWM_SetMovablePinSelect(SWM0, kSWM_USART0_RXD, kSWM_PortPin_P0_0); in BOARD_InitDEBUG_UARTPins()
331 SWM_SetMovablePinSelect(SWM0, kSWM_I2C0_SDA, kSWM_PortPin_P0_10); in BOARD_InitI2CPins()
334 SWM_SetMovablePinSelect(SWM0, kSWM_I2C0_SCL, kSWM_PortPin_P0_16); in BOARD_InitI2CPins()
/hal_nxp-3.5.0/mcux/mcux-sdk/boards/lpcxpresso804/project_template/
Dpin_mux.c200 SWM_SetMovablePinSelect(SWM0, kSWM_USART0_TXD, kSWM_PortPin_P0_4); in BOARD_InitDEBUG_UARTPins()
203 SWM_SetMovablePinSelect(SWM0, kSWM_USART0_RXD, kSWM_PortPin_P0_0); in BOARD_InitDEBUG_UARTPins()
331 SWM_SetMovablePinSelect(SWM0, kSWM_I2C0_SDA, kSWM_PortPin_P0_7); in BOARD_InitI2CPins()
334 SWM_SetMovablePinSelect(SWM0, kSWM_I2C0_SCL, kSWM_PortPin_P0_14); in BOARD_InitI2CPins()
/hal_nxp-3.5.0/mcux/mcux-sdk/boards/lpcxpresso812max/project_template/
Dpin_mux.c215 SWM_SetMovablePinSelect(SWM0, kSWM_USART0_TXD, kSWM_PortPin_P0_6); in BOARD_InitDEBUG_UARTPins()
218 SWM_SetMovablePinSelect(SWM0, kSWM_USART0_RXD, kSWM_PortPin_P0_1); in BOARD_InitDEBUG_UARTPins()
/hal_nxp-3.5.0/mcux/mcux-sdk/boards/lpcxpresso824max/project_template/
Dpin_mux.c222 SWM_SetMovablePinSelect(SWM0, kSWM_USART0_TXD, kSWM_PortPin_P0_7); in BOARD_InitDEBUG_UARTPins()
225 SWM_SetMovablePinSelect(SWM0, kSWM_USART0_RXD, kSWM_PortPin_P0_18); in BOARD_InitDEBUG_UARTPins()
/hal_nxp-3.5.0/mcux/mcux-sdk/boards/lpcxpresso845max/project_template/
Dpin_mux.c224 SWM_SetMovablePinSelect(SWM0, kSWM_USART0_TXD, kSWM_PortPin_P1_17); in BOARD_InitDEBUG_UARTPins()
227 SWM_SetMovablePinSelect(SWM0, kSWM_USART0_RXD, kSWM_PortPin_P1_16); in BOARD_InitDEBUG_UARTPins()
/hal_nxp-3.5.0/mcux/mcux-sdk/boards/lpc845breakout/project_template/
Dpin_mux.c226 SWM_SetMovablePinSelect(SWM0, kSWM_USART0_TXD, kSWM_PortPin_P0_25); in BOARD_InitDEBUG_UARTPins()
229 SWM_SetMovablePinSelect(SWM0, kSWM_USART0_RXD, kSWM_PortPin_P0_24); in BOARD_InitDEBUG_UARTPins()
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/swm/
Dfsl_swm.h48 void SWM_SetMovablePinSelect(SWM_Type *base, swm_select_movable_t func, swm_port_pin_type_t swm_por…
Dfsl_swm.c79 void SWM_SetMovablePinSelect(SWM_Type *base, swm_select_movable_t func, swm_port_pin_type_t swm_por… in SWM_SetMovablePinSelect() function