Toggles the state of a group of port pins that are configured as an outputs.
void port_group_toggle_output_level( PortGroup *const port, const uint32_t mask)
Toggles the current output levels of a port module's pins.
| Data direction | Parameter name | Description |
|---|---|---|
[out] |
port |
Base of the PORT module to write to |
[in] |
mask |
Mask of the port pin(s) to toggle |