I understand what you mean, but logic embedded devices use micro-controllers (an embedded device is anything that executes digital logic to perform a singular function). I suppose a µcontroller can be called a µprocessor in the most liberal sense, but they really are two quite different things.
A µprocessor is something you find in a device with lots of computing power and large amounts of external memory. A µcontroller has the ability to run code and comprises a processor, but stores program code and data on-chip. A µcontroller also has specialized digital functions on-chip where a µprocessor does not. Another big difference is pin count and bus width. µControllers can have as little as 8 pins with 8 bit buses where µprocessors usually have several hundred pins with 64 or even 128 bit buses. µProcessors typically execute code in the gigahertz where µcontrollers typically execute code in the megahertz.
There are enough differences that it sounds strange to me when someone says microprocessor when the correct term is micro-controller.