Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nrfx_ncft: Add callback for RXFRAMESTART event #78

Closed

Conversation

nitz
Copy link
Contributor

@nitz nitz commented Jul 14, 2020

When first using nrfx_ncft directly, I found it odd that while I had subscribed to NRFX_NFCT_EVT_RX_FRAMESTART, that event wasn't being raised like the others I was subscribed to. I've added a check in nrfx_nfct_irq_handler to raise that callback when NRFX_NFCT_EVT_ACTIVE(RXFRAMESTART). As nrfx_ncft doesn't need to process/handle anything else there, the only other thing it does is clears the event flag.

When first using nrfx_ncft directly, I found it odd that while I had subscribed to NRFX_NFCT_EVT_RX_FRAMESTART, that event wasn't being raised like the others I was subscribed to. I've added a check in nrfx_nfct_irq_handler to raise that callback when NRFX_NFCT_EVT_ACTIVE(RXFRAMESTART). As nrfx_ncft doesn't need to process/handle anything else there, the only other thing it does is clears the event flag.
@CLAassistant
Copy link

CLAassistant commented Jul 14, 2020

CLA assistant check
All committers have signed the CLA.

Copy link

@grochu grochu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The update looks good. Please fix the indentation - use the NRFX coding style: use whitespaces instead of tabs and the indentation size of 4.

@nitz
Copy link
Contributor Author

nitz commented Dec 22, 2020

Apologies on the whitespace here too; same issue I had in #79 🙂

Copy link

@grochu grochu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking good.

@nitz
Copy link
Contributor Author

nitz commented Jan 3, 2022

Closing in lieu of #97!

@nitz nitz closed this Jan 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants