I request detail information about the UART internal implementation of the UART in the nRF52810 microcontroller.
Many application are used in noisy environment.
From other manufacture of MCs with UARTs, a multiple sampling technique is commonly used on the UART RX signal in order to minimize impact of electronic noise on the RX signal.
Noise is often small pulses which can be mitigated by sampling 4 to 8 times in the center of the received bits.
How is the detailed implementation of the nRF52810 UART RX sampling?