Home
last modified time | relevance | path

Searched defs:input (Results 1 – 4 of 4) sorted by relevance

/nrf_hw_models-latest/src/HW_models/
Dcrc.c16 static uint8_t rev_byte(uint8_t input){ in rev_byte()
24 static uint32_t rev_24(uint32_t input){ in rev_24()
35 static uint32_t rev_16(uint16_t input){ in rev_16()
DNRF_GPIO.c645 uint input = (NRF_GPIO_regs[port].PIN_CNF[n] & GPIO_PIN_CNF_INPUT_Msk) in nrf_gpio_regw_sideeffects_PIN_CNF() local
DNHW_54_AAR_CCM_ECB.c749 uint8_t input[16]; in nhw_ECB_logic() local
/nrf_hw_models-latest/src/nrfx/hal/
Dnrf_gpio.c66 nrf_gpio_pin_input_t input, in nrf_gpio_cfg()