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
232 * Installs pxHandler as the interrupt handler for the peripheral specified by
239 * is itself part of the BSP project. For example, in the official demo
240 * application for this port, xparameters.h defines the following IDs for the
243 * XPAR_INTC_0_UARTLITE_1_VEC_ID - for the UARTlite peripheral.
244 * XPAR_INTC_0_TMRCTR_0_VEC_ID - for the AXI Timer 0 peripheral.
245 * XPAR_INTC_0_EMACLITE_0_VEC_ID - for the Ethernet lite peripheral.
246 * XPAR_INTC_0_GPIO_1_VEC_ID - for the button inputs.
272 * Enables the interrupt, within the interrupt controller, for the peripheral
279 * file, which is itself part of the BSP project. For example, in the official
280 * demo application for this port, xparameters.h defines the following IDs for
283 * XPAR_INTC_0_UARTLITE_1_VEC_ID - for the UARTlite peripheral.
284 * XPAR_INTC_0_TMRCTR_0_VEC_ID - for the AXI Timer 0 peripheral.
285 * XPAR_INTC_0_EMACLITE_0_VEC_ID - for the Ethernet lite peripheral.
286 * XPAR_INTC_0_GPIO_1_VEC_ID - for the button inputs.
292 * Disables the interrupt, within the interrupt controller, for the peripheral
299 * file, which is itself part of the BSP project. For example, in the official
300 * demo application for this port, xparameters.h defines the following IDs for
303 * XPAR_INTC_0_UARTLITE_1_VEC_ID - for the UARTlite peripheral.
304 * XPAR_INTC_0_TMRCTR_0_VEC_ID - for the AXI Timer 0 peripheral.
305 * XPAR_INTC_0_EMACLITE_0_VEC_ID - for the Ethernet lite peripheral.
306 * XPAR_INTC_0_GPIO_1_VEC_ID - for the button inputs.
342 * for every possible exception cause.
346 * have been installed can be replaced for any specific exception cause by using
354 * See the description of vApplicationExceptionRegisterDump() for information
370 * register dump information. For example, an implementation could be provided