Home
last modified time | relevance | path

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

/hal_adi-latest/MAX/Libraries/PeriphDrivers/Source/UART/
Duart_revb.h95 int MXC_UART_RevB_DisableInt(mxc_uart_revb_regs_t *uart, unsigned int mask);
Duart_me55.c398 return MXC_UART_RevB_DisableInt((mxc_uart_revb_regs_t *)uart, intDis); in MXC_UART_DisableInt()
Duart_me12.c349 return MXC_UART_RevB_DisableInt((mxc_uart_revb_regs_t *)uart, intDis); in MXC_UART_DisableInt()
Duart_me16.c433 return MXC_UART_RevB_DisableInt((mxc_uart_revb_regs_t *)uart, mask); in MXC_UART_DisableInt()
Duart_me17.c464 return MXC_UART_RevB_DisableInt((mxc_uart_revb_regs_t *)uart, intDis); in MXC_UART_DisableInt()
Duart_ai85.c429 return MXC_UART_RevB_DisableInt((mxc_uart_revb_regs_t *)uart, intDis); in MXC_UART_DisableInt()
Duart_ai87.c440 return MXC_UART_RevB_DisableInt((mxc_uart_revb_regs_t *)uart, intDis); in MXC_UART_DisableInt()
Duart_me18.c504 return MXC_UART_RevB_DisableInt((mxc_uart_revb_regs_t *)uart, intDis); in MXC_UART_DisableInt()
Duart_me15.c497 return MXC_UART_RevB_DisableInt((mxc_uart_revb_regs_t *)uart, mask); in MXC_UART_DisableInt()
Duart_me21.c535 return MXC_UART_RevB_DisableInt((mxc_uart_revb_regs_t *)uart, mask); in MXC_UART_DisableInt()
Duart_revb.c533 int MXC_UART_RevB_DisableInt(mxc_uart_revb_regs_t *uart, unsigned int intDis) in MXC_UART_RevB_DisableInt() function