Lines Matching full:for
19 * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
20 * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
45 * The settings in this file configure FreeRTOS correctly for the
237 * Installs pxHandler as the interrupt handler for the peripheral specified by
244 * is itself part of the BSP project. For example, in the official demo
245 * application for this port, xparameters.h defines the following IDs for the
248 * XPAR_INTC_0_UARTLITE_1_VEC_ID - for the UARTlite peripheral.
249 * XPAR_INTC_0_TMRCTR_0_VEC_ID - for the AXI Timer 0 peripheral.
250 * XPAR_INTC_0_EMACLITE_0_VEC_ID - for the Ethernet lite peripheral.
251 * XPAR_INTC_0_GPIO_1_VEC_ID - for the button inputs.
277 * Enables the interrupt, within the interrupt controller, for the peripheral
284 * file, which is itself part of the BSP project. For example, in the official
285 * demo application for this port, xparameters.h defines the following IDs for
288 * XPAR_INTC_0_UARTLITE_1_VEC_ID - for the UARTlite peripheral.
289 * XPAR_INTC_0_TMRCTR_0_VEC_ID - for the AXI Timer 0 peripheral.
290 * XPAR_INTC_0_EMACLITE_0_VEC_ID - for the Ethernet lite peripheral.
291 * XPAR_INTC_0_GPIO_1_VEC_ID - for the button inputs.
297 * Disables the interrupt, within the interrupt controller, for the peripheral
304 * file, which is itself part of the BSP project. For example, in the official
305 * demo application for this port, xparameters.h defines the following IDs for
308 * XPAR_INTC_0_UARTLITE_1_VEC_ID - for the UARTlite peripheral.
309 * XPAR_INTC_0_TMRCTR_0_VEC_ID - for the AXI Timer 0 peripheral.
310 * XPAR_INTC_0_EMACLITE_0_VEC_ID - for the Ethernet lite peripheral.
311 * XPAR_INTC_0_GPIO_1_VEC_ID - for the button inputs.
347 * for every possible exception cause.
351 * have been installed can be replaced for any specific exception cause by using
359 * See the description of vApplicationExceptionRegisterDump() for information
375 * register dump information. For example, an implementation could be provided