Searched refs:IOPORT_PRV_PIN_BITS (Results 1 – 2 of 2) sorted by relevance
27 #define IOPORT_PRV_PIN_BITS (0x00FFU) macro457 uint32_t pin_num = (IOPORT_PRV_PIN_BITS & (ioport_size_t) pin); in R_IOPORT_PinWrite()697 uint32_t pin_num = (IOPORT_PRV_PIN_BITS & (ioport_size_t) pin); in R_IOPORT_PinEventInputRead()906 uint32_t pin_num = (IOPORT_PRV_PIN_BITS & (ioport_size_t) pin); in r_ioport_pin_set()958 uint32_t pin_num = (IOPORT_PRV_PIN_BITS & (ioport_size_t) pin); in r_ioport_pin_set_safety()1067 uint32_t pin_num = (IOPORT_PRV_PIN_BITS & (ioport_size_t) pin); in r_ioport_pin_set_non_safety()1192 … uint8_t pin_num = (uint8_t) ex_cfg->single_port_cfg[event_num].port_num & IOPORT_PRV_PIN_BITS; in r_ioport_event_config()
33 #define IOPORT_PRV_PIN_BITS (0x00FFU) macro391 ioport_size_t shift = IOPORT_PRV_PIN_BITS & (ioport_size_t) pin; in R_IOPORT_PinWrite()552 uint32_t pin_num = (IOPORT_PRV_PIN_BITS & (ioport_size_t) pin); in R_IOPORT_PinEventInputRead()1085 *p_pin_number = (uint8_t) (pin & IOPORT_PRV_PIN_BITS); in r_ioport_make_port_pin_num()1212 … uint8_t pin_num = (uint8_t) ex_cfg->p_single_port_cfg[event_num].port_num & IOPORT_PRV_PIN_BITS; in r_ioport_event_config()