RTEMS 7.0-rc1
Loading...
Searching...
No Matches
Data Structures | Functions
stm32u5-hal.c File Reference

Implementation of support functions for the STM32U5 HAL. More...

#include <stm32u5/hal.h>
#include <rtems.h>

Data Structures

struct  stm32u5_clk_info
 

Functions

stm32u5_module_index stm32u5_get_module_index (const void *regs)
 
void stm32u5_clk_enable (stm32u5_module_index index)
 
void stm32u5_clk_disable (stm32u5_module_index index)
 
void stm32u5_gpio_init (const stm32u5_gpio_config *config)
 
void stm32u5_uart_polled_write (rtems_termios_device_context *base, char c)
 
int stm32u5_uart_polled_read (rtems_termios_device_context *base)
 

Detailed Description

Implementation of support functions for the STM32U5 HAL.