SDIO object.
Application code should not rely on the specific contents of this struct. They are considered an implementation detail which is subject to change between platforms and/or HAL releases.
Data Fields | |
| _mtb_hal_sdxx_t | sdxx |
| Common data for mxsdhc IP. | |
| _mtb_hal_event_callback_data_t | callback_data |
| Information about registered callback, if any. | |
| mtb_hal_gpio_t | pin_data0 |
| Pin connected to data bus bit 0. | |
| mtb_hal_gpio_t | pin_data1 |
| Pin connected to data bus bit 1. | |
| mtb_hal_gpio_t | pin_data2 |
| Pin connected to data bus bit 2. | |
| mtb_hal_gpio_t | pin_data3 |
| Pin connected to data bus bit 3. | |
| uint16_t | block_size |
| Size configured for block transfers. | |
| _mtb_hal_sdxx_t mtb_hal_sdio_t::sdxx |
Common data for mxsdhc IP.
| _mtb_hal_event_callback_data_t mtb_hal_sdio_t::callback_data |
Information about registered callback, if any.
| mtb_hal_gpio_t mtb_hal_sdio_t::pin_data0 |
Pin connected to data bus bit 0.
| mtb_hal_gpio_t mtb_hal_sdio_t::pin_data1 |
Pin connected to data bus bit 1.
| mtb_hal_gpio_t mtb_hal_sdio_t::pin_data2 |
Pin connected to data bus bit 2.
| mtb_hal_gpio_t mtb_hal_sdio_t::pin_data3 |
Pin connected to data bus bit 3.
| uint16_t mtb_hal_sdio_t::block_size |
Size configured for block transfers.