Go to the source code of this file.
◆ HAL_MODULE_ERROR
◆ HAL_CHANNEL_ERROR
Channel error. ( Timer, ADC... )
◆ HAL_PIN_NC
Pin error. ( Wrong pin selected )
◆ HAL_PORT_NC
Port error. ( Wrong port selected )
◆ hal_base_addr_t
Base address, which is size dependant on the architecture.
◆ hal_channel_t
Channel type, which is size dependant on the architecture.
◆ hal_pin_name_t
Pin type, which is size dependant on the architecture.
◆ hal_port_name_t
Port type, which is size dependant on the architecture.
◆ hal_port_size_t
Port width, which is size dependant on the architecture.
◆ err_t
◆ acquire_t
Predefined enum values for acquiring adequate object handle.
Enumerator |
---|
ACQUIRE_SUCCESS | Acquire successful.
|
ACQUIRE_INIT | Init required.
|
ACQUIRE_FAIL | Acquire failed.
|