Home
last modified time | relevance | path

Searched refs:location (Results 1 – 25 of 238) sorted by relevance

12345678910

/bsp/efm32/Libraries/emlib/src/
A Dem_dbg.c84 void DBG_SWOEnable(unsigned int location) in DBG_SWOEnable() argument
89 EFM_ASSERT(location < AFCHANLOC_MAX); in DBG_SWOEnable()
91 port = AF_DBG_SWO_PORT(location); in DBG_SWOEnable()
92 pin = AF_DBG_SWO_PIN(location); in DBG_SWOEnable()
105 GPIO_DbgLocationSet(location); in DBG_SWOEnable()
A Dem_acmp.c216 void ACMP_GPIOSetup(ACMP_TypeDef *acmp, uint32_t location, bool enable, bool invert) in ACMP_GPIOSetup() argument
219 EFM_ASSERT(location < 4); in ACMP_GPIOSetup()
225 acmp->ROUTE = (location << _ACMP_ROUTE_LOCATION_SHIFT) in ACMP_GPIOSetup()
A Dem_gpio.c81 void GPIO_DbgLocationSet(unsigned int location) in GPIO_DbgLocationSet() argument
83 EFM_ASSERT(location < AFCHANLOC_MAX); in GPIO_DbgLocationSet()
86 (location << _GPIO_ROUTE_SWLOCATION_SHIFT); in GPIO_DbgLocationSet()
/bsp/efm32/
A Ddrv_usart.c1047 rt_uint8_t location, in rt_hw_usart_unit_init() argument
1119 port_tx = AF_UART0_TX_PORT(location); in rt_hw_usart_unit_init()
1120 pin_tx = AF_UART0_TX_PIN(location); in rt_hw_usart_unit_init()
1121 port_rx = AF_UART0_RX_PORT(location); in rt_hw_usart_unit_init()
1122 pin_rx = AF_UART0_RX_PIN(location); in rt_hw_usart_unit_init()
1131 pin_tx = AF_USART0_TX_PIN(location); in rt_hw_usart_unit_init()
1133 pin_rx = AF_USART0_RX_PIN(location); in rt_hw_usart_unit_init()
1150 pin_tx = AF_UART1_TX_PIN(location); in rt_hw_usart_unit_init()
1152 pin_rx = AF_UART1_RX_PIN(location); in rt_hw_usart_unit_init()
1181 pin_tx = AF_UART2_TX_PIN(location); in rt_hw_usart_unit_init()
[all …]
A Ddrv_iic.c712 rt_uint8_t location) in rt_hw_iic_unit_init() argument
748 port_scl = AF_I2C0_SCL_PORT(location); in rt_hw_iic_unit_init()
749 pin_scl = AF_I2C0_SCL_PIN(location); in rt_hw_iic_unit_init()
750 port_sda = AF_I2C0_SDA_PORT(location); in rt_hw_iic_unit_init()
751 pin_sda = AF_I2C0_SDA_PIN(location); in rt_hw_iic_unit_init()
757 port_scl = AF_I2C1_SCL_PORT(location); in rt_hw_iic_unit_init()
758 pin_scl = AF_I2C1_SCL_PIN(location); in rt_hw_iic_unit_init()
759 port_sda = AF_I2C1_SDA_PORT(location); in rt_hw_iic_unit_init()
760 pin_sda = AF_I2C1_SDA_PIN(location); in rt_hw_iic_unit_init()
794 (location << _I2C_ROUTE_LOCATION_SHIFT); in rt_hw_iic_unit_init()
A Ddrv_leuart.c790 rt_uint8_t location, in rt_hw_leuart_unit_init() argument
855 port_tx = AF_LEUART0_TX_PORT(location); in rt_hw_leuart_unit_init()
856 pin_tx = AF_LEUART0_TX_PIN(location); in rt_hw_leuart_unit_init()
857 port_rx = AF_LEUART0_RX_PORT(location); in rt_hw_leuart_unit_init()
858 pin_rx = AF_LEUART0_RX_PIN(location); in rt_hw_leuart_unit_init()
865 port_tx = AF_LEUART1_TX_PORT(location); in rt_hw_leuart_unit_init()
866 pin_tx = AF_LEUART1_TX_PIN(location); in rt_hw_leuart_unit_init()
867 port_rx = AF_LEUART1_RX_PORT(location); in rt_hw_leuart_unit_init()
868 pin_rx = AF_LEUART1_RX_PIN(location); in rt_hw_leuart_unit_init()
946 (location << _LEUART_ROUTE_LOCATION_SHIFT); in rt_hw_leuart_unit_init()
/bsp/simulator/SDL2/include/
A DSDL_opengles2_gl2.h475 typedef void (GL_APIENTRYP PFNGLUNIFORM1FPROC) (GLint location, GLfloat v0);
477 typedef void (GL_APIENTRYP PFNGLUNIFORM1IPROC) (GLint location, GLint v0);
479 typedef void (GL_APIENTRYP PFNGLUNIFORM2FPROC) (GLint location, GLfloat v0, GLfloat v1);
481 typedef void (GL_APIENTRYP PFNGLUNIFORM2IPROC) (GLint location, GLint v0, GLint v1);
581 GL_APICALL void GL_APIENTRY glGetUniformfv (GLuint program, GLint location, GLfloat *params);
582 GL_APICALL void GL_APIENTRY glGetUniformiv (GLuint program, GLint location, GLint *params);
618 GL_APICALL void GL_APIENTRY glUniform1f (GLint location, GLfloat v0);
620 GL_APICALL void GL_APIENTRY glUniform1i (GLint location, GLint v0);
622 GL_APICALL void GL_APIENTRY glUniform2f (GLint location, GLfloat v0, GLfloat v1);
624 GL_APICALL void GL_APIENTRY glUniform2i (GLint location, GLint v0, GLint v1);
[all …]
A DSDL_opengles2_gl2ext.h1913 GL_APICALL void GL_APIENTRY glProgramUniform1iEXT (GLuint program, GLint location, GLint v0);
2382 typedef void (GL_APIENTRYP PFNGLUNIFORMHANDLEUI64IMGPROC) (GLint location, GLuint64 value);
2389 GL_APICALL void GL_APIENTRY glUniformHandleui64IMG (GLint location, GLuint64 value);
2573 typedef void (GL_APIENTRYP PFNGLUNIFORMHANDLEUI64NVPROC) (GLint location, GLuint64 value);
2587 GL_APICALL void GL_APIENTRY glUniformHandleui64NV (GLint location, GLuint64 value);
2964 typedef void (GL_APIENTRYP PFNGLUNIFORM1I64NVPROC) (GLint location, GLint64EXT x);
2972 typedef void (GL_APIENTRYP PFNGLUNIFORM1UI64NVPROC) (GLint location, GLuint64EXT x);
2998 GL_APICALL void GL_APIENTRY glUniform1i64NV (GLint location, GLint64EXT x);
2999 GL_APICALL void GL_APIENTRY glUniform2i64NV (GLint location, GLint64EXT x, GLint64EXT y);
3006 GL_APICALL void GL_APIENTRY glUniform1ui64NV (GLint location, GLuint64EXT x);
[all …]
A DSDL_opengl_glext.h1076 GLAPI void APIENTRY glUniform1f (GLint location, GLfloat v0);
1080 GLAPI void APIENTRY glUniform1i (GLint location, GLint v0);
1081 GLAPI void APIENTRY glUniform2i (GLint location, GLint v0, GLint v1);
1543 GLAPI void APIENTRY glUniform1ui (GLint location, GLuint v0);
2062 GLAPI void APIENTRY glUniform1d (GLint location, GLdouble x);
3730 GLAPI void APIENTRY glUniform1i64ARB (GLint location, GLint64 x);
3738 GLAPI void APIENTRY glUniform1ui64ARB (GLint location, GLuint64 x);
4461 GLAPI void APIENTRY glUniform1fARB (GLint location, GLfloat v0);
4465 GLAPI void APIENTRY glUniform1iARB (GLint location, GLint v0);
5865 GLAPI void APIENTRY glUniform1i64NV (GLint location, GLint64EXT x);
[all …]
/bsp/nxp/imx/imxrt/imxrt1021-nxp-evk/xip/
A Dfsl_flexspi_nor_boot.c39 #pragma location=".boot_hdr.ivt"
56 #pragma location=".boot_hdr.boot_data"
69 #pragma location=".boot_hdr.dcd_data"
/bsp/nxp/imx/imxrt/imxrt1052-nxp-evk/xip/
A Dfsl_flexspi_nor_boot.c39 #pragma location=".boot_hdr.ivt"
56 #pragma location=".boot_hdr.boot_data"
69 #pragma location=".boot_hdr.dcd_data"
/bsp/nxp/mcx/mcxn/frdm-mcxn947/board/ports/
A Dwifi_weather_sample.c67 cJSON *location = cJSON_GetObjectItem(data, "location"); in parse_weather_data() local
68 if (location == NULL) { in parse_weather_data()
77 cJSON *id = cJSON_GetObjectItem(location, "id"); in parse_weather_data()
78 cJSON *name = cJSON_GetObjectItem(location, "name"); in parse_weather_data()
79 cJSON *path = cJSON_GetObjectItem(location, "path"); in parse_weather_data()
/bsp/Infineon/psoc6-pioneerkit_modus/libs/psoc6make/make/scripts/
A Dtext_to_resource_c.pl43 my $location = shift @ARGV;
70 if ( $location ne "MEM" )
96 if ( $location ne "MEM" )
A Dbin_to_resource_c.pl43 my $location = shift @ARGV;
60 if ( $location ne "MEM" )
/bsp/qemu-vexpress-a9/applications/lvgl/
A Dlv_port_disp.c28 uint32_t location = 0; in lcd_fb_flush() local
37 location = x + y * info.width; in lcd_fb_flush()
38 fbp16[location].full = color_p->full; in lcd_fb_flush()
/bsp/nxp/imx/imxrt/libraries/templates/imxrt1064xxx/xip/
A Dfsl_flexspi_nor_boot.c14 #pragma location=".boot_hdr.ivt"
33 #pragma location=".boot_hdr.boot_data"
/bsp/nxp/imx/imxrt/imxrt1064-nxp-evk/xip/
A Dfsl_flexspi_nor_boot.c14 #pragma location=".boot_hdr.ivt"
33 #pragma location=".boot_hdr.boot_data"
/bsp/nxp/imx/imxrt/imxrt1060-nxp-evk/xip/
A Dfsl_flexspi_nor_boot.c19 #pragma location = ".boot_hdr.ivt"
38 #pragma location = ".boot_hdr.boot_data"
/bsp/nxp/imx/imxrt/imxrt1170-nxp-evk/xip/
A Dfsl_flexspi_nor_boot.c19 #pragma location = ".boot_hdr.ivt"
38 #pragma location = ".boot_hdr.boot_data"
/bsp/hifive1/freedom-e-sdk/
A DREADME.md52 your desired location. Then, use the `RISC_PATH` and `RISCV_OPENOCD_PATH`
56 cp openocd-<date>-<platform>.tar.gz /my/desired/location/
57 cp riscv64-unknown-elf-gcc-<date>-<platform>.tar.gz /my/desired/location
58 cd /my/desired/location
61 export RISCV_OPENOCD_PATH=/my/desired/location/openocd
62 export RISCV_PATH=/my/desired/location/riscv64-unknown-elf-gcc-<date>-<version>
/bsp/sparkfun-redv/freedom-e-sdk/
A DREADME.md52 your desired location. Then, use the `RISC_PATH` and `RISCV_OPENOCD_PATH`
56 cp openocd-<date>-<platform>.tar.gz /my/desired/location/
57 cp riscv64-unknown-elf-gcc-<date>-<platform>.tar.gz /my/desired/location
58 cd /my/desired/location
61 export RISCV_OPENOCD_PATH=/my/desired/location/openocd
62 export RISCV_PATH=/my/desired/location/riscv64-unknown-elf-gcc-<date>-<version>
/bsp/renesas/ra6m3-ek/board/lvgl/
A Dlv_port_disp.c81 long int location = 0; in disp_flush()
90 location = (x) + (y) * info.width; in disp_flush()
91 color_to16_maybe(&fbp16[location], color_p); in disp_flush()
/bsp/renesas/ra8m1-ek/board/lvgl/
A Dlv_port_disp.c86 long int location = 0; in disp_flush()
95 location = (x) + (y) * info.width; in disp_flush()
96 color_to16_maybe(&fbp16[location], color_p); in disp_flush()
/bsp/renesas/ra8d1-ek/board/lvgl/
A Dlv_port_disp.c86 long int location = 0; in disp_flush()
95 location = (x) + (y) * info.width; in disp_flush()
96 color_to16_maybe(&fbp16[location], color_p); in disp_flush()
/bsp/loongson/ls1cdev/drivers/net/
A Dmii.h227 int (*mdio_read) (struct synopGMACNetworkAdapter *dev, int phy_id, int location);
228 void (*mdio_write) (struct synopGMACNetworkAdapter *dev, int phy_id, int location, int val);

Completed in 101 milliseconds

12345678910