You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The UARTIMSC Register is the interrupt mask set/clear register. It is a read/write register.
On a read this register returns the current value of the mask on the relevant interrupt. On a write of 1 to the particular bit, it sets the corresponding mask of that interrupt. A write of 0 clears the corresponding mask.
The text was updated successfully, but these errors were encountered:
W7500P/W7500P_FW/Libraries/W7500x_stdPeriph_Driver/src/W7500x_uart.c
Line 304 in 97b8c1e
issue : bug
details : UARTx->ICR |= UART_IT; ---> UARTx->IMSC &= ~UART_IT;
The UARTIMSC Register is the interrupt mask set/clear register. It is a read/write register.
On a read this register returns the current value of the mask on the relevant interrupt. On a write of 1 to the particular bit, it sets the corresponding mask of that interrupt. A write of 0 clears the corresponding mask.
The text was updated successfully, but these errors were encountered: