Skip to content

Commit 0a71aea

Browse files
committed
docs/psoc-edge/quickref: Removed harmonized pin.irq() handler variation.
Signed-off-by: jaenrig-ifx <enriquezgarcia.external@infineon.com>
1 parent 905903b commit 0a71aea

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/psoc-edge/quickref.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,12 +117,11 @@ For more information about drive strength, check the PSOC™ Edge `Datasheet <ps
117117
Methods
118118
^^^^^^^
119119

120-
.. method:: Pin.irq(handler=None, trigger=(Pin.IRQ_FALLING | Pin.IRQ_RISING), priority=7, wake=None, hard=False)
120+
.. method:: Pin.irq(handler=None, trigger=(Pin.IRQ_FALLING | Pin.IRQ_RISING), priority=7)
121121

122-
This port has a few variations from the standard machine API for the ``irq()`` function:
122+
The following parameters have port-specific behavior:
123123

124-
- ``handler``: The handler function currently does not accept any arguments.
125-
- ``priority``: Priority values range from 7 (lowest) to 0 (highest).
124+
- ``priority``: Priority values range from 7 (lowest) to 0 (highest). Default is 7.
126125

127126
.. note::
128127

0 commit comments

Comments
 (0)