Searched refs:mode (Results 1 – 5 of 5) sorted by relevance
77 st->mode = EVDMA_idle; in nhw_EVDMA_start()123 if ( ( read_not_write && (st->mode == EVDMA_write)) in nhw_EVDMA_access()124 || (!read_not_write && (st->mode == EVDMA_read)) ) { in nhw_EVDMA_access()128 st->mode = EVDMA_read; in nhw_EVDMA_access()130 st->mode = EVDMA_write; in nhw_EVDMA_access()
56 uint8_t mode; member118 if (sc->mode != GPIOTE_CONFIG_MODE_Task) { in nrf_gpiote_TASKS_OUT()143 if (sc->mode != GPIOTE_CONFIG_MODE_Task) { in nrf_gpiote_TASKS_SET()153 if (sc->mode != GPIOTE_CONFIG_MODE_Task) { in nrf_gpiote_TASKS_CLR()347 unsigned int mode = NRF_GPIOTE_regs[inst].CONFIG[ch_n] & GPIOTE_CONFIG_MODE_Msk; in nrf_gpiote_regw_sideeffects_CONFIG() local364 || (mode == GPIOTE_CONFIG_MODE_Disabled && sc->mode != GPIOTE_CONFIG_MODE_Disabled)) { in nrf_gpiote_regw_sideeffects_CONFIG()369 sc->mode = mode; in nrf_gpiote_regw_sideeffects_CONFIG()374 if (mode == GPIOTE_CONFIG_MODE_Event) { in nrf_gpiote_regw_sideeffects_CONFIG()378 } else if (mode == GPIOTE_CONFIG_MODE_Task) { in nrf_gpiote_regw_sideeffects_CONFIG()381 } else if (mode != GPIOTE_CONFIG_MODE_Disabled) { /* LCOV_EXCL_START */ in nrf_gpiote_regw_sideeffects_CONFIG()[all …]
26 …enum evdma_mode {EVDMA_idle = 0, EVDMA_read = 1, EVDMA_write = 2} mode; /* 0: nothing, 1: read, 2:… member
21 | **CCM** | AES CCM mode encryption | ✔ | &#x…24 … | N/A | ✔ | Only AES Crypto Engine (only ECB mode) …29 | **ECB** | AES electronic codebook mode encryption | ✅ | &#x…
10 * Do not allow outputs drivers to be in a tristate mode (an output can be disconnected, but not