Lines Matching defs:port
171 uint32_t port = pin_get_port((uint16_t)(pin & 0xffffu)); in pin_is_valid() local
190 int mec_hal_gpio_port_pin_valid(uint8_t port, uint8_t pin_port_pos) in mec_hal_gpio_port_pin_valid()
201 int mec_hal_gpio_port_valid_mask(uint8_t port, uint32_t *valid_msk) in mec_hal_gpio_port_valid_mask()
217 int mec_hal_gpio_port_pin_valid(uint8_t port, uint8_t pin_port_pos) in mec_hal_gpio_port_pin_valid()
226 int mec_hal_gpio_port_valid_mask(uint8_t port, uint32_t *valid_msk) in mec_hal_gpio_port_valid_mask()
277 int mec_hal_gpio_pin_num(uint8_t port, uint8_t pin_port_pos, uint32_t *pin_num) in mec_hal_gpio_pin_num()
357 uint32_t port = pin_get_port(pin & 0xffffu); in mec_hal_gpio_is_locked() local
676 uint32_t mec_hal_gpio_port_get_ctrl_nc(uint8_t port, uint8_t port_pin_pos) in mec_hal_gpio_port_get_ctrl_nc()
683 void mec_hal_gpio_port_set_ctrl_nc(uint8_t port, uint8_t port_pin_pos, in mec_hal_gpio_port_set_ctrl_nc()
915 uint32_t port = pin_get_port(pin & 0xffffu); in mec_hal_gpio_par_in() local
929 uint32_t port = pin_get_port(pin & 0xffffu); in mec_hal_gpio_par_out() local
949 int mec_hal_gpio_parin_port(const uint8_t port, uint32_t *val) in mec_hal_gpio_parin_port()
971 uint32_t port = pin_get_port(pin & 0xffffu); in mec_hal_gpio_parin_by_pin() local
978 int mec_hal_gpio_parout_port_get(const uint8_t port, uint32_t *val) in mec_hal_gpio_parout_port_get()
1000 uint32_t port = pin_get_port(pin & 0xffffu); in mec_hal_gpio_parout_port_get_by_pin() local
1007 int mec_hal_gpio_parout_port(const uint8_t port, const uint32_t newval) in mec_hal_gpio_parout_port()
1018 int mec_hal_gpio_parout_port_xor(const uint8_t port, const uint32_t xormask) in mec_hal_gpio_parout_port_xor()
1029 int mec_hal_gpio_parout_port_set_bits(const uint8_t port, const uint32_t mask) in mec_hal_gpio_parout_port_set_bits()
1040 int mec_hal_gpio_parout_port_mask(const uint8_t port, const uint32_t newval, const uint32_t mask) in mec_hal_gpio_parout_port_mask()
1051 int mec_hal_gpio_port_ia_ctrl(uint8_t port, uint8_t enable) in mec_hal_gpio_port_ia_ctrl()
1068 int mec_hal_gpio_port_pin_ia_enable(uint8_t port, uint8_t port_pin_pos, uint8_t enable) in mec_hal_gpio_port_pin_ia_enable()
1093 const uint8_t port = pin_get_port(pin); in mec_hal_gpio_pin_ia_enable() local
1099 int mec_hal_gpio_port_pin_ia_status_clear(uint8_t port, uint8_t port_pin_pos) in mec_hal_gpio_port_pin_ia_status_clear()
1119 const uint8_t port = pin_get_port(pin); in mec_hal_gpio_pin_ia_status_clr() local
1125 int mec_hal_gpio_port_ia_status_clr_mask(uint8_t port, uint32_t mask) in mec_hal_gpio_port_ia_status_clr_mask()
1138 int mec_hal_gpio_port_ia_result(uint8_t port, uint32_t *result) in mec_hal_gpio_port_ia_result()