HomeSort by relevance Sort by last modified time
    Searched refs:AFR (Results 1 - 2 of 2) sorted by null

  /device/google/contexthub/firmware/src/platform/stm32f4xx/
gpio.c 31 volatile uint32_t AFR[2];
172 block->AFR[regNo] = (block->AFR[regNo] & ~mask_4b) | (((uint32_t)altFunc) << shift_4b);
bl.c 113 volatile uint32_t AFR[2];
902 gpioa->AFR[0] = (gpioa->AFR[0] & 0x0000ffff & ~(0x0f << (intInPin * 4))) | 0x55550000;
    [all...]

Completed in 476 milliseconds