/* ===================================================================*/
void TraccionTrasera_Direccion_SetVal(LDD_TDeviceData *DeviceDataPtr)
{
  (void)DeviceDataPtr;                 /* Parameter is not used, suppress unused argument warning */
  GPIO_PDD_SetPortDataOutputMask(TraccionTrasera_Direccion_MODULE_BASE_ADDRESS, TraccionTrasera_Direccion_PORT_MASK);
}
示例#2
0
/* ===================================================================*/
void LED_GRE_SetVal(LDD_TDeviceData *DeviceDataPtr)
{
  (void)DeviceDataPtr;                 /* Parameter is not used, suppress unused argument warning */

  GPIO_PDD_SetPortDataOutputMask(LED_GRE_MODULE_BASE_ADDRESS, LED_GRE_PORT_MASK);
}
示例#3
0
/* ===================================================================*/
void BitIO_AD_NOT_CS0_SetVal(LDD_TDeviceData *DeviceDataPtr)
{
  (void)DeviceDataPtr;                 /* Parameter is not used, suppress unused argument warning */
  GPIO_PDD_SetPortDataOutputMask(BitIO_AD_NOT_CS0_MODULE_BASE_ADDRESS, BitIO_AD_NOT_CS0_PORT_MASK);
}