Searched refs:adjust (Results 1 – 25 of 117) sorted by relevance
12345
| /bsp/nxp/imx/imxrt/libraries/drivers/vglite/font/mcufont/decoder/ |
| A D | mf_kerning.c | 66 int16_t normal_space, adjust, max_adjust; in mf_compute_kerning() local 109 adjust = normal_space - min_space; in mf_compute_kerning() 112 if (adjust > 0) adjust = 0; in mf_compute_kerning() 113 if (adjust < max_adjust) adjust = max_adjust; in mf_compute_kerning() 115 return adjust; in mf_compute_kerning()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/test/usb/udc/ |
| A D | ed_test.c | 59 …NSH_FUNCTION_EXPORT_CMD(cmd_hal_udc_dl_adjust, __cmd_hal_udc_dl_adjust, udc hal driverlevel adjust)
|
| /bsp/allwinner/libraries/sunxi-hal/hal/test/usb/host/ |
| A D | hci_ed_test.c | 80 FINSH_FUNCTION_EXPORT_CMD(cmd_hci_dl_adjust, __cmd_hci_dl_adjust, hci driver level adjust)
|
| /bsp/microchip/saml10/bsp/gcc/gcc/ |
| A D | saml10e16a_sram.ld | 45 /* The stack size used by the application. NOTE: you need to adjust according to your application. … 48 /* The heapsize used by the application. NOTE: you need to adjust according to your application. */
|
| A D | saml10e16a_flash.ld | 45 /* The stack size used by the application. NOTE: you need to adjust according to your application. … 48 /* The heapsize used by the application. NOTE: you need to adjust according to your application. */
|
| /bsp/microchip/same70/bsp/same70b/gcc/gcc/ |
| A D | same70q21b_sram.ld | 45 /* The stack size used by the application. NOTE: you need to adjust according to your application. … 48 /* The heapsize used by the application. NOTE: you need to adjust according to your application. */
|
| A D | same70q21b_flash.ld | 45 /* The stack size used by the application. NOTE: you need to adjust according to your application. … 48 /* The heapsize used by the application. NOTE: you need to adjust according to your application. */
|
| /bsp/fm33lc026/libraries/FM33LC0xx_FL_Driver/Inc/ |
| A D | fm33lc0xx_fl_spi.h | 357 __STATIC_INLINE void FL_SPI_SetMasterSamplingAdjust(SPI_Type *SPIx, uint32_t adjust) in FL_SPI_SetMasterSamplingAdjust() argument 359 MODIFY_REG(SPIx->CR1, SPI_CR1_MSPA_Msk, adjust); in FL_SPI_SetMasterSamplingAdjust() 384 __STATIC_INLINE void FL_SPI_SetSlaveSamplingAdjust(SPI_Type *SPIx, uint32_t adjust) in FL_SPI_SetSlaveSamplingAdjust() argument 386 MODIFY_REG(SPIx->CR1, SPI_CR1_SSPA_Msk, adjust); in FL_SPI_SetSlaveSamplingAdjust()
|
| /bsp/microchip/samc21/bsp/samc21/gcc/gcc/ |
| A D | samc21j18a_flash.ld | 42 /* The stack size used by the application. NOTE: you need to adjust according to your application. … 45 /* The heapsize used by the application. NOTE: you need to adjust according to your application. */
|
| A D | samc21j18a_sram.ld | 41 /* The stack size used by the application. NOTE: you need to adjust according to your application. …
|
| /bsp/microchip/same54/bsp/gcc/gcc/ |
| A D | same54p20a_flash.ld | 44 /* The stack size used by the application. NOTE: you need to adjust according to your application. … 47 /* The heapsize used by the application. NOTE: you need to adjust according to your application. */
|
| A D | same54p20a_sram.ld | 43 /* The stack size used by the application. NOTE: you need to adjust according to your application. …
|
| /bsp/microchip/samd51-adafruit-metro-m4/bsp/samd51a/gcc/gcc/ |
| A D | samd51j19a_sram.ld | 43 /* The stack size used by the application. NOTE: you need to adjust according to your application. …
|
| A D | samd51j19a_flash.ld | 44 /* The stack size used by the application. NOTE: you need to adjust according to your application. …
|
| /bsp/microchip/samd51-seeed-wio-terminal/bsp/samd51a/gcc/gcc/ |
| A D | samd51p19a_sram.ld | 43 /* The stack size used by the application. NOTE: you need to adjust according to your application. …
|
| A D | samd51p19a_flash.ld | 44 /* The stack size used by the application. NOTE: you need to adjust according to your application. …
|
| /bsp/samd21/sam_d2x_asflib/sam0/utils/linker_scripts/samd21/gcc/ |
| A D | samd21e16l_sram.ld | 55 /* The stack size used by the application. NOTE: you need to adjust according to your application. …
|
| A D | samd21e17a_sram.ld | 55 /* The stack size used by the application. NOTE: you need to adjust according to your application. …
|
| A D | samd21e18a_sram.ld | 55 /* The stack size used by the application. NOTE: you need to adjust according to your application. …
|
| A D | samd21g15a_sram.ld | 55 /* The stack size used by the application. NOTE: you need to adjust according to your application. …
|
| A D | samd21g15b_sram.ld | 55 /* The stack size used by the application. NOTE: you need to adjust according to your application. …
|
| A D | samd21g16b_sram.ld | 55 /* The stack size used by the application. NOTE: you need to adjust according to your application. …
|
| A D | samd21g16l_sram.ld | 55 /* The stack size used by the application. NOTE: you need to adjust according to your application. …
|
| A D | samd21g17au_sram.ld | 55 /* The stack size used by the application. NOTE: you need to adjust according to your application. …
|
| A D | samd21j15a_sram.ld | 55 /* The stack size used by the application. NOTE: you need to adjust according to your application. …
|
Completed in 43 milliseconds
12345