13.6.3.4.4 Function port_input_event_set_config()
Configure port input event.
enum status_code port_input_event_set_config( const enum port_input_event n, struct port_input_event_config *const config)
Configures port input event with the given configuration settings.
Data direction | Parameter name | Description |
---|---|---|
[in] | config |
Port input even configuration structure containing the new config |
Return value | Description |
---|---|
STATUS_ERR_INVALID_ARG |
Invalid parameter |
STATUS_OK |
Successfully |