@@ -119,7 +119,7 @@ typedef struct {
119119
120120/* ! Struct that holds counters to control the FIFO on Tx and Rx */
121121typedef struct {
122- uint16_t expWL; /* !< The amount of bytes expected to be Tx when a WL interrupt occours */
122+ uint16_t expWL; /* !< The amount of bytes expected to be Tx when a WL interrupt occurs */
123123 uint16_t bytesTotal; /* !< Total bytes to be transmitted OR the total bytes received */
124124 uint16_t bytesWritten;/* !< Amount of bytes already written on FIFO (Tx) OR read (RX) from FIFO and written on rxBuffer*/
125125 uint8_t status[ST25R3916_FIFO_STATUS_LEN]; /* !< FIFO Status Registers */
@@ -315,7 +315,7 @@ typedef struct {
315315 * ISO15693 2000 8.4 t1 MIN = 4192/fc
316316 * ISO15693 2009 9.1 t1 MIN = 4320/fc
317317 * Digital 2.1 B.5 FDTV,LISTEN,MIN = 4310/fc
318- * Set FDT Listen one step earlier than on the more recent spec versions for greater interoprability
318+ * Set FDT Listen one step earlier than on the more recent spec versions for greater interoperability
319319 */
320320#define RFAL_FDT_LISTEN_V_ADJUSTMENT 64U
321321
@@ -968,7 +968,7 @@ class RfalRfST25R3916Class : public RfalRfClass {
968968 *
969969 * This function the power level is measured in maximum load conditions and
970970 * the regulated voltage reference is set to 250mV below this level.
971- * Execution of this function lasts arround 5ms.
971+ * Execution of this function lasts around 5ms.
972972 *
973973 * The regulated voltages will be set to the result of Adjust Regulators
974974 *
@@ -1354,7 +1354,7 @@ class RfalRfST25R3916Class : public RfalRfClass {
13541354 * auto-increment feature. That is, after each read the address pointer
13551355 * inside the ST25R3916 gets incremented automatically.
13561356 *
1357- * \param[in] reg: Address of the frist register to read from.
1357+ * \param[in] reg: Address of the first register to read from.
13581358 * \param[in] values: pointer to a buffer where the result shall be written to.
13591359 * \param[in] length: Number of registers to be read out.
13601360 *
@@ -1389,7 +1389,7 @@ class RfalRfST25R3916Class : public RfalRfClass {
13891389 * auto-increment feature. That is, after each write the address pointer
13901390 * inside the ST25R3916 gets incremented automatically.
13911391 *
1392- * \param[in] reg: Address of the frist register to write.
1392+ * \param[in] reg: Address of the first register to write.
13931393 * \param[in] values: pointer to a buffer containing the values to be written.
13941394 * \param[in] length: Number of values to be written.
13951395 *
@@ -1692,7 +1692,7 @@ class RfalRfST25R3916Class : public RfalRfClass {
16921692 * \param[in] tmo : time in milliseconds until timeout occurs. If set to 0
16931693 * the functions waits forever.
16941694 *
1695- * \return : 0 if timeout occured otherwise a mask indicating the cleared
1695+ * \return : 0 if timeout occurred otherwise a mask indicating the cleared
16961696 * interrupts.
16971697 *
16981698 *****************************************************************************
@@ -1704,7 +1704,7 @@ class RfalRfST25R3916Class : public RfalRfClass {
17041704 * \brief Get status for the given interrupt
17051705 *
17061706 * This function is used to check whether the interrupt given by \a mask
1707- * has occured . If yes the interrupt gets cleared. This function returns
1707+ * has occurred . If yes the interrupt gets cleared. This function returns
17081708 * only status bits which are inside \a mask.
17091709 *
17101710 * \param[in] mask : mask indicating the interrupt to check for.
@@ -1720,7 +1720,7 @@ class RfalRfST25R3916Class : public RfalRfClass {
17201720 * \brief Init the 3916 interrupt
17211721 *
17221722 * This function is used to check whether the interrupt given by \a mask
1723- * has occured .
1723+ * has occurred .
17241724 *
17251725 *****************************************************************************
17261726 */
@@ -1751,7 +1751,7 @@ class RfalRfST25R3916Class : public RfalRfClass {
17511751 *****************************************************************************
17521752 * \brief ISR Service routine
17531753 *
1754- * This function modiefies the interupt
1754+ * This function modiefies the interrupt
17551755 *****************************************************************************
17561756 */
17571757 void st25r3916Isr (void );
0 commit comments