| /external/platform/nrfx/hal/ |
| A D | nrf_gpio.h | 583 NRF_GPIO_Type * reg = nrf_gpio_pin_port_decode(&pin_number); in nrf_gpio_cfg() local 631 NRF_GPIO_Type * reg = nrf_gpio_pin_port_decode(&pin_number); in nrf_gpio_cfg_watcher() local 640 NRF_GPIO_Type * reg = nrf_gpio_pin_port_decode(&pin_number); in nrf_gpio_input_disconnect() local 664 NRF_GPIO_Type * reg = nrf_gpio_pin_port_decode(&pin_number); in nrf_gpio_cfg_sense_set() local 693 NRF_GPIO_Type * reg = nrf_gpio_pin_port_decode(&pin_number); in nrf_gpio_pin_set() local 701 NRF_GPIO_Type * reg = nrf_gpio_pin_port_decode(&pin_number); in nrf_gpio_pin_clear() local 732 NRF_GPIO_Type * reg = nrf_gpio_pin_port_decode(&pin_number); in nrf_gpio_pin_read() local 740 NRF_GPIO_Type * reg = nrf_gpio_pin_port_decode(&pin_number); in nrf_gpio_pin_out_read() local 748 NRF_GPIO_Type * reg = nrf_gpio_pin_port_decode(&pin_number); in nrf_gpio_pin_sense_get() local 757 NRF_GPIO_Type * reg = nrf_gpio_pin_port_decode(&pin_number); in nrf_gpio_pin_dir_get() local [all …]
|
| A D | nrf_cache.h | 361 volatile CACHEDATA_SET_WAY_Type const * reg = &p_reg->SET[set].WAY[way]; in nrf_cache_data_get() local
|
| A D | nrf_qspi.h | 787 uint32_t reg = 0; in nrf_qspi_cinstrdata_set() local
|
| /external/platform/lpc15xx/lpcopen/lpc_chip_15xx/src/ |
| A D | acmp_15xx.c | 68 uint32_t reg = (pACMP->ACMP[index].CMP & ~ACMP_INTFLAG_BIT) & ~ACMP_INTEDGE_MASK; in Chip_ACMP_SetIntEdgeSelection() local 77 uint32_t reg = (pACMP->ACMP[index].CMP & ~ACMP_INTFLAG_BIT) & ~ACMP_COMPVPSEL_MASK; in Chip_ACMP_SetPosVoltRef() local 87 uint32_t reg = (pACMP->ACMP[index].CMP & ~ACMP_INTFLAG_BIT) & ~ACMP_COMPVMSEL_MASK; in Chip_ACMP_SetNegVoltRef() local 97 uint32_t reg = (pACMP->ACMP[index].CMP & ~ACMP_INTFLAG_BIT) & ~ACMP_HYSTERESIS_MASK; in Chip_ACMP_SetHysteresis() local 107 uint32_t reg = (pACMP->ACMP[index].CMP & ~ACMP_INTFLAG_BIT) & ~(ACMP_HYSTERESIS_MASK | in Chip_ACMP_SetupACMPRefs() local 118 uint32_t reg = (pACMP->ACMP[index].CMP & ~ACMP_INTFLAG_BIT) & ~(ACMP_INTPOL_BIT | in Chip_ACMP_SetupACMPInt() local 139 …uint32_t reg = (pACMP->ACMP[index].CMP & ~ACMP_INTFLAG_BIT) & ~(ACMP_LADSEL_MASK | ACMP_LADREF_BIT… in Chip_ACMP_SetupVoltLadder() local
|
| A D | ritimer_15xx.c | 68 uint32_t reg; in Chip_RIT_SetCTRL() local 77 uint32_t reg; in Chip_RIT_ClearCTRL() local
|
| A D | sctipu_15xx.c | 51 uint32_t reg; in Chip_SCTIPU_ConfigSample() local
|
| A D | clock_15xx.c | 52 STATIC uint32_t Chip_Clock_GetPLLInClockRate(uint32_t reg) in Chip_Clock_GetPLLInClockRate()
|
| /external/platform/pico/rp2_common/pico_cyw43_driver/ |
| A D | cyw43_bus_pio_spi.c | 385 uint32_t read_reg_u32_swap(cyw43_int_t *self, uint32_t fn, uint32_t reg) { in read_reg_u32_swap() 396 static inline uint32_t _cyw43_read_reg(cyw43_int_t *self, uint32_t fn, uint32_t reg, uint size) { in _cyw43_read_reg() 421 uint32_t cyw43_read_reg_u32(cyw43_int_t *self, uint32_t fn, uint32_t reg) { in cyw43_read_reg_u32() 425 int cyw43_read_reg_u16(cyw43_int_t *self, uint32_t fn, uint32_t reg) { in cyw43_read_reg_u16() 429 int cyw43_read_reg_u8(cyw43_int_t *self, uint32_t fn, uint32_t reg) { in cyw43_read_reg_u8() 434 int write_reg_u32_swap(cyw43_int_t *self, uint32_t fn, uint32_t reg, uint32_t val) { in write_reg_u32_swap() 444 static inline int _cyw43_write_reg(cyw43_int_t *self, uint32_t fn, uint32_t reg, uint32_t val, uint… in _cyw43_write_reg() 470 int cyw43_write_reg_u32(cyw43_int_t *self, uint32_t fn, uint32_t reg, uint32_t val) { in cyw43_write_reg_u32() 474 int cyw43_write_reg_u16(cyw43_int_t *self, uint32_t fn, uint32_t reg, uint16_t val) { in cyw43_write_reg_u16() 478 int cyw43_write_reg_u8(cyw43_int_t *self, uint32_t fn, uint32_t reg, uint32_t val) { in cyw43_write_reg_u8()
|
| /external/platform/stm32f0xx/STM32F0xx_HAL_Driver/ |
| A D | stm32f0xx_hal_cec.c | 472 uint32_t reg = 0U; in HAL_CEC_IRQHandler() local
|
| /external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/ |
| A D | pmu_15xx.h | 97 uint32_t reg; in Chip_PMU_WriteGPREG4() local
|
| A D | mrt_15xx.h | 224 uint32_t reg; in Chip_MRT_SetMode() local
|
| A D | uart_15xx.h | 254 uint32_t reg; in Chip_UART_ConfigData() local
|
| /external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/src/ |
| A D | stm32f4xx_dfsdm.c | 798 uint32_t reg = 0; in DFSDM_GetRegularConversionData() local 829 uint32_t reg = 0; in DFSDM_GetInjectedConversionData() local
|
| /external/arch/arm/arm-m/CMSIS/Include/ |
| A D | mpu_armv8.h | 190 const uint8_t reg = idx / 4U; in ARM_MPU_SetMemAttrEx() local
|