Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add is_isr parameter to dcd_edpt_xfer, dcd_edpt_xfer_fifo, usbd_edpt_xfer, and usbd_edpt_xfer_fifo functions #3313
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
base: master
Are you sure you want to change the base?
Add is_isr parameter to dcd_edpt_xfer, dcd_edpt_xfer_fifo, usbd_edpt_xfer, and usbd_edpt_xfer_fifo functions #3313
Changes from all commits
d34d3003f6053331bd4fc41c743bc084d3616cfe6827415e630132e8925ba12a1b0aa41ee47acFile filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
There are no files selected for viewing
Check warning
Code scanning / C-STAT
The operand `OPT_MODE_DEFAULT_SPEED' has essential type unsigned 8-bit int, but should be Essentially Boolean Warning
Check warning
Code scanning / C-STAT
The operand `OPT_MODE_DEFAULT_SPEED ? (OPT_MODE_DEFAULT_SPEED&OPT_MODE_HIGH_SPEED) : TUP_RHPORT_HIGHSPEED' has essential type unsigned 32-bit int, but should be Essentially Boolean Warning
Check warning
Code scanning / C-STAT
In a ternary operator, the type unsigned 16-bit int' of the second operand (OPT_MODE_DEFAULT_SPEED&OPT_MODE_HIGH_SPEED)' is different from the type signed 8-bit int' of the third operand TUP_RHPORT_HIGHSPEED' Warning
Check warning
Code scanning / C-STAT
Implicit conversion of `(8+sizeof(cdc_notify_uart_state_t))' from essential type unsigned 32-bit int to different or narrower essential type unsigned 16-bit int Warning
Check warning
Code scanning / C-STAT
The operands 8' and sizeof(cdc_notify_uart_state_t)' have essential type categories signed 8-bit int and unsigned 32-bit int, which do not match Warning
Check warning
Code scanning / C-STAT
Implicit conversion of `(8+sizeof(cdc_notify_conn_speed_change_t))' from essential type unsigned 32-bit int to different or narrower essential type unsigned 16-bit int Warning
Check warning
Code scanning / C-STAT
The operands 8' and sizeof(cdc_notify_conn_speed_change_t)' have essential type categories signed 8-bit int and unsigned 32-bit int, which do not match Warning
Check warning
Code scanning / C-STAT
Missing braces Warning
Check warning
Code scanning / C-STAT
Type of if condition is not Boolean Warning
Check warning
Code scanning / C-STAT
Missing braces Warning
Check warning
Code scanning / C-STAT
Type of if condition is not Boolean Warning
Check warning
Code scanning / C-STAT
Implicit conversion of `sizeof(msc_csw_t)' from essential type unsigned 32-bit int to different or narrower essential type unsigned 16-bit int Warning
Check warning
Code scanning / C-STAT
Implicit conversion of `sizeof(msc_cbw_t)' from essential type unsigned 32-bit int to different or narrower essential type unsigned 16-bit int Warning
Check warning
Code scanning / C-STAT
Missing braces Warning
Check warning
Code scanning / C-STAT
Type of if condition is not Boolean Warning
Check warning
Code scanning / C-STAT
Missing braces Warning
Check warning
Code scanning / C-STAT
Type of if condition is not Boolean Warning
Check warning
Code scanning / C-STAT
Missing braces Warning
Check warning
Code scanning / C-STAT
Type of if condition is not Boolean Warning
Check warning
Code scanning / C-STAT
Missing braces Warning
Check warning
Code scanning / C-STAT
Type of if condition is not Boolean Warning
Uh oh!
There was an error while loading. Please reload this page.