Home
last modified time | relevance | path

Searched refs:mec_hal_gpio_set_property (Results 1 – 3 of 3) sorted by relevance

/hal_microchip-latest/mec5/drivers/
Dmec_pcr.c659 mec_hal_gpio_set_property(MEC_PIN_0165, MEC_GPIO_INPAD_DIS_PROP_ID, 0); in mec_hal_pcr_clk32k_init()
660 mec_hal_gpio_set_property(MEC_PIN_0165, MEC_GPIO_MUX_PROP_ID, in mec_hal_pcr_clk32k_init()
Dmec_gpio_api.h318 int mec_hal_gpio_set_property(uint32_t pin, uint8_t prop_id, uint8_t new_val);
Dmec_gpio.c465 int mec_hal_gpio_set_property(uint32_t pin, uint8_t prop_id, uint8_t val) in mec_hal_gpio_set_property() function