Home
last modified time | relevance | path

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

/hal_adi-latest/MAX/Libraries/PeriphDrivers/Source/UART/
Duart_revb.h66 int MXC_UART_RevB_SetClockSource(mxc_uart_revb_regs_t *uart, mxc_uart_revb_clock_t clock);
Duart_me55.c224 return MXC_UART_RevB_SetClockSource((mxc_uart_revb_regs_t *)uart, clock); in MXC_UART_SetClockSource()
Duart_me12.c195 return MXC_UART_RevB_SetClockSource((mxc_uart_revb_regs_t *)uart, clock); in MXC_UART_SetClockSource()
Duart_me16.c272 return MXC_UART_RevB_SetClockSource((mxc_uart_revb_regs_t *)uart, (mxc_uart_revb_clock_t)clock); in MXC_UART_SetClockSource()
Duart_me17.c290 return MXC_UART_RevB_SetClockSource((mxc_uart_revb_regs_t *)uart, clock); in MXC_UART_SetClockSource()
Duart_ai85.c254 return MXC_UART_RevB_SetClockSource((mxc_uart_revb_regs_t *)uart, clock); in MXC_UART_SetClockSource()
Duart_ai87.c273 return MXC_UART_RevB_SetClockSource((mxc_uart_revb_regs_t *)uart, clock); in MXC_UART_SetClockSource()
Duart_me18.c330 return MXC_UART_RevB_SetClockSource((mxc_uart_revb_regs_t *)uart, (mxc_uart_revb_clock_t)clock); in MXC_UART_SetClockSource()
Duart_me15.c328 return MXC_UART_RevB_SetClockSource((mxc_uart_revb_regs_t *)uart, clock); in MXC_UART_SetClockSource()
Duart_me21.c367 return MXC_UART_RevB_SetClockSource((mxc_uart_revb_regs_t *)uart, clock); in MXC_UART_SetClockSource()
Duart_revb.c284 int MXC_UART_RevB_SetClockSource(mxc_uart_revb_regs_t *uart, mxc_uart_revb_clock_t clock) in MXC_UART_RevB_SetClockSource() function